Top | ![]() |
![]() |
![]() |
![]() |
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
);