Top | ![]() |
![]() |
![]() |
![]() |
guint | cross-axis-id | Read / Write |
gboolean | major-tick-in | Read / Write |
gboolean | major-tick-labeled | Read / Write |
gboolean | major-tick-out | Read / Write |
int | major-tick-size-pts | Read / Write |
gboolean | minor-tick-in | Read / Write |
gboolean | minor-tick-out | Read / Write |
int | minor-tick-size-pts | Read / Write |
int | padding-pts | Read / Write |
guint | pos | Read / Write |
char * | pos-str | Read / Write |
char * | assigned-format-string-XL | Read / Write |
GObject ╰── GogObject ╰── GogStyledObject ╰── GogAxisBase ├── GogAxis ╰── GogAxisLine
GogAxisBase implements GOStyledObject.
GogAxisLine implements GOStyledObject and GogDataset.
double
gog_axis_base_get_cross_location (GogAxisBase *axis_base
);
GogAxis *
gog_axis_base_get_crossed_axis (GogAxisBase *axis_base
);
GogAxis * gog_axis_base_get_crossed_axis_for_plot (GogAxisBase *axis_base
,GogPlot *plot
);
GogAxisType
gog_axis_base_get_crossed_axis_type (GogAxisBase *axis_base
);
unsigned gog_axis_line_get_ticks (GogAxisLine *axis_line
,GogAxisTick **ticks
);
“cross-axis-id”
property “cross-axis-id” guint
Which axis to cross.
Owner: GogAxisBase
Flags: Read / Write
Default value: 0
“major-tick-in”
property “major-tick-in” gboolean
Major tick marks inside the chart area.
Owner: GogAxisBase
Flags: Read / Write
Default value: FALSE
“major-tick-labeled”
property “major-tick-labeled” gboolean
Show labels for major ticks.
Owner: GogAxisBase
Flags: Read / Write
Default value: TRUE
“major-tick-out”
property “major-tick-out” gboolean
Major tick marks outside the chart area.
Owner: GogAxisBase
Flags: Read / Write
Default value: TRUE
“major-tick-size-pts”
property “major-tick-size-pts” int
Size of the major tick marks, in points.
Owner: GogAxisBase
Flags: Read / Write
Allowed values: [0,20]
Default value: 4
“minor-tick-in”
property “minor-tick-in” gboolean
Minor tick marks inside the chart area.
Owner: GogAxisBase
Flags: Read / Write
Default value: FALSE
“minor-tick-out”
property “minor-tick-out” gboolean
Minor tick marks outside the axis.
Owner: GogAxisBase
Flags: Read / Write
Default value: FALSE
“minor-tick-size-pts”
property “minor-tick-size-pts” int
Size of the minor tick marks, in points.
Owner: GogAxisBase
Flags: Read / Write
Allowed values: [0,15]
Default value: 2
“padding-pts”
property “padding-pts” int
Distance from axis line to plot area, in points.
Owner: GogAxisBase
Flags: Read / Write
Allowed values: >= -2147483647
Default value: 0
“pos”
property “pos” guint
Where to position an axis low, high, or crossing.
Owner: GogAxisBase
Flags: Read / Write
Allowed values: <= 2
Default value: 0
“pos-str”
property “pos-str” char *
Where to position an axis low, high, or crossing.
Owner: GogAxisBase
Flags: Read / Write
Default value: "auto"