Function

AgsGuiPlotget_point_label

since: 3.2.0

Declaration [src]

gchar**
ags_plot_get_point_label (
  AgsPlot* plot
)

Description [src]

Get point labels.

Available since: 3.2.0

Parameters

plot

Type: AgsPlot*

The AgsPlot-struct.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: An array of utf8

Point label field.

The array is NULL-terminated.
The data is owned by the called function.
Each element is a NUL terminated UTF-8 string.