LayerSetAxisTitle

The LayerSetAxisTitle function specifies the axis title.

bool = LayerSetAxisTitle(hLayer, ssXYZ, ssTitle)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

hLayer

hLayer is the handle of a diagram (layer).

ssXYZ

ssXYZ is “X” for the x-axis, “Y” for the y-axis and “Z” for the z-axis.

ssTitle

ssTitle is a scalar string.

Comment

To set the axis title automatically, see LayerSetAxesAttribs.

id-1086211