Top | ![]() |
![]() |
![]() |
![]() |
GBoxed ╰── GogSeriesLabelElt GObject ╰── GogObject ╰── GogStyledObject ╰── GogOutlinedObject ├── GogDataLabel ╰── GogSeriesLabels
GogDataLabel implements GOStyledObject and GogDataset.
GogSeriesLabels implements GOStyledObject and GogDataset.
GogSeriesLabelElt const *
gog_data_label_get_element (GogDataLabel const *lbl
);
GogSeriesLabelsPos
gog_data_label_get_position (GogDataLabel const *lbl
);
void gog_data_label_set_allowed_position (GogDataLabel *lbl
,unsigned allowed
);
void gog_data_label_set_default_position (GogDataLabel *lbl
,GogSeriesLabelsPos pos
);
void gog_data_label_set_position (GogDataLabel *lbl
,GogSeriesLabelsPos pos
);
GogSeriesLabelsPos
gog_series_labels_get_position (GogSeriesLabels const *lbls
);
GogSeriesLabelElt const *
gog_series_labels_scalar_get_element (GogSeriesLabels const *lbls
);
void gog_series_labels_set_allowed_position (GogSeriesLabels *lbls
,unsigned allowed
);
void gog_series_labels_set_default_position (GogSeriesLabels *lbls
,GogSeriesLabelsPos pos
);
void gog_series_labels_set_position (GogSeriesLabels *lbls
,GogSeriesLabelsPos pos
);
GogSeriesLabelElt const * gog_series_labels_vector_get_element (GogSeriesLabels const *lbls
,unsigned n
);