Function

AgsGuiCartesianlinear_y_label_func

since: 3.0.0

Declaration [src]

gchar*
ags_cartesian_linear_y_label_func (
  gdouble value,
  gpointer data
)

Description [src]

Format y label value appropriately.

Available since: 3.0.0

Parameters

value

Type: gdouble

The value.

data

Type: gpointer

The AgsCartesian.

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

Return value

Type: gchar*

The formatted string.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.