Method

AgsGuiCartesianset_y_label

since: 3.2.0

Declaration [src]

void
ags_cartesian_set_y_label (
  AgsCartesian* cartesian,
  gchar** y_label
)

Description [src]

Set y label of cartesian.

Available since: 3.2.0

Parameters

y_label

Type: gchar**

The y label.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.