![]() |
![]() |
![]() |
GOffice Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
GogAxisBase; GogAxisLine; enum GogAxisPosition; enum GogAxisTickTypes; double gog_axis_base_get_cross_location (GogAxisBase *axis_base
); GogAxis * gog_axis_base_get_crossed_axis (GogAxisBase *axis_base
);
GObject +----GogObject +----GogStyledObject +----GogAxisBase +----GogAxis +----GogAxisLine
GObject +----GogObject +----GogStyledObject +----GogAxisBase +----GogAxisLine
GogAxisBase implements GOStyledObject.
GogAxisLine implements GOStyledObject and GogDataset.
"cross-axis-id" guint : Read / Write "major-tick-in" gboolean : Read / Write "major-tick-labeled" gboolean : Read / Write "major-tick-out" gboolean : Read / Write "major-tick-size-pts" gint : Read / Write "minor-tick-in" gboolean : Read / Write "minor-tick-out" gboolean : Read / Write "minor-tick-size-pts" gint : Read / Write "padding-pts" gint : Read / Write "pos" guint : Read / Write "pos-str" gchar* : Read / Write
typedef enum { GOG_AXIS_AT_LOW, GOG_AXIS_CROSS, GOG_AXIS_AT_HIGH, GOG_AXIS_AUTO } GogAxisPosition;
typedef enum { GOG_AXIS_TICK_NONE, GOG_AXIS_TICK_MAJOR, GOG_AXIS_TICK_MINOR } GogAxisTickTypes;
double gog_axis_base_get_cross_location (GogAxisBase *axis_base
);
|
|
Returns : |
GogAxis * gog_axis_base_get_crossed_axis (GogAxisBase *axis_base
);
|
GogAxisBase |
Returns : |
returns the crossing axis in a 2D chart if set. [transfer none] |
"cross-axis-id"
property"cross-axis-id" guint : Read / Write
Which axis to cross.
Default value: 0
"major-tick-in"
property"major-tick-in" gboolean : Read / Write
Major tick marks inside the chart area.
Default value: FALSE
"major-tick-labeled"
property"major-tick-labeled" gboolean : Read / Write
Show labels for major ticks.
Default value: TRUE
"major-tick-out"
property"major-tick-out" gboolean : Read / Write
Major tick marks outside the chart area.
Default value: TRUE
"major-tick-size-pts"
property"major-tick-size-pts" gint : Read / Write
Size of the major tick marks, in points.
Allowed values: [0,20]
Default value: 4
"minor-tick-in"
property"minor-tick-in" gboolean : Read / Write
Minor tick marks inside the chart area.
Default value: FALSE
"minor-tick-out"
property"minor-tick-out" gboolean : Read / Write
Minor tick marks outside the axis.
Default value: FALSE
"minor-tick-size-pts"
property"minor-tick-size-pts" gint : Read / Write
Size of the minor tick marks, in points.
Allowed values: [0,15]
Default value: 2
"padding-pts"
property"padding-pts" gint : Read / Write
Distance from axis line to plot area, in points.
Allowed values: >= -2147483647
Default value: 0
"pos"
property"pos" guint : Read / Write
Where to position an axis low, high, or crossing.
Allowed values: <= 2
Default value: 0
"pos-str"
property"pos-str" gchar* : Read / Write
Where to position an axis low, high, or crossing.
Default value: "low"