Function
AgsGuiPlotset_point_label
since: 3.2.0
Declaration [src]
void
ags_plot_set_point_label (
AgsPlot* plot,
gchar** point_label
)
Parameters
plot
-
Type:
AgsPlot*
The
AgsPlot
-struct.The argument can be NULL
.The data is owned by the caller of the function. point_label
-
Type:
gchar**
The points labels as string vector.
The called function takes ownership of the data, and is responsible for freeing it. The value is a NUL terminated UTF-8 string.