Top | ![]() |
![]() |
![]() |
![]() |
gboolean | gog_series_is_valid () |
gboolean | gog_series_has_legend () |
GOData * | gog_series_get_name () |
GogPlot * | gog_series_get_plot () |
void | gog_series_set_name () |
void | gog_series_set_dim () |
void | gog_series_set_index () |
unsigned | gog_series_num_elements () |
GList const * | gog_series_get_overrides () |
GogSeriesFillType | gog_series_get_fill_type () |
GogSeriesFillType | gog_series_get_fill_type_from_combo () |
unsigned | gog_series_get_xy_data () |
unsigned | gog_series_get_xyz_data () |
void | gog_series_lines_use_markers () |
void | gog_series_populate_fill_type_combo () |
void | gog_series_set_fill_type () |
GogDataset * | gog_series_get_interpolation_params () |
void | gog_series_lines_stroke () |
gchar * | fill-type | Read / Write |
gboolean | has-legend | Read / Write |
gchar * | interpolation | Read / Write |
gboolean | interpolation-skip-invalid | Read / Write |
gint | index | Read / Write |
GOData *
gog_series_get_name (GogSeries const *series
);
Gets the _source_ of the name associated with the series. NOTE : this is _NOT_ the actual name.
void gog_series_set_name (GogSeries *series
,GODataScalar *name_src
,GError **err
);
Absorbs a ref to name_src
.
void gog_series_set_dim (GogSeries *series
,int dim_i
,GOData *val
,GError **err
);
Absorbs a ref to val
void gog_series_set_index (GogSeries *series
,int ind
,gboolean is_manual
);
If ind
>= 0 attempt to assign the new index. Auto
indicies (is_manual
== FALSE) will not override the current
index if it is manual. An index
< 0, will reset the index to
automatic and potentially queue a revaluation of the parent
chart's cardinality.
GogSeriesFillType gog_series_get_fill_type_from_combo (GogSeries const *series
,GtkComboBox *combo
);
unsigned gog_series_get_xy_data (GogSeries const *series
,double const **x
,double const **y
);
unsigned gog_series_get_xyz_data (GogSeries const *series
,double const **x
,double const **y
,double const **z
);
void gog_series_lines_use_markers (GogSeriesLines *lines
,gboolean use_markers
);
void gog_series_populate_fill_type_combo (GogSeries const *series
,GtkComboBox *combo
);
void gog_series_set_fill_type (GogSeries *series
,GogSeriesFillType fill_type
);
GogDataset *
gog_series_get_interpolation_params (GogSeries const *series
);
void gog_series_lines_stroke (GogSeriesLines *lines
,GogRenderer *rend
,GogViewAllocation const *bbox
,GOPath *path
,gboolean invert
);
“fill-type”
property“fill-type” gchar *
How to fill the area.
Flags: Read / Write
Default value: "invalid"
“has-legend”
property“has-legend” gboolean
Should the series show up in legends.
Flags: Read / Write
Default value: TRUE
“interpolation”
property“interpolation” gchar *
Type of line interpolation.
Flags: Read / Write
Default value: "linear"
“interpolation-skip-invalid”
property“interpolation-skip-invalid” gboolean
Should the series interpolation ignore the invalid data.
Flags: Read / Write
Default value: FALSE
“index”
property“index” gint
Index of the corresponding data element.
Flags: Read / Write
Allowed values: >= 0
Default value: 0