Method

AgsGuiCartesianset_x_label

since: 3.2.0

Declaration [src]

void
ags_cartesian_set_x_label (
  AgsCartesian* cartesian,
  gchar** x_label
)

Description [src]

Set x label of cartesian.

Available since: 3.2.0

Parameters

x_label

Type: gchar**

The x label.

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