Function

AgsGuiCartesianlinear_step_conversion_func

since: 3.0.0

Declaration [src]

gdouble
ags_cartesian_linear_step_conversion_func (
  gdouble current,
  gboolean is_abscissae,
  gpointer data
)

Description [src]

Perform linear step conversion.

Available since: 3.0.0

Parameters

current

Type: gdouble

Current step value.

is_abscissae

Type: gboolean

Is abscissae.

data

Type: gpointer

The data.

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

Return value

Type: gdouble

The converted step value.