Previous topic

LayerSetAxisTitleFont

Next topic

LayerSetAxisTitleOffset

This Page

LayerSetAxisTitleFreePosΒΆ

LayerSetAxisTitleFreePos specifies if the position of the axis title can be modified using the mouse.

bool = LayerSetAxisTitleAutoPos(hLayer, ssXYZ, bFreePos)

Return Value

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

Parameters

hLayer

Identifies the layer.

ssXYZ

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

bFreePos

If bFreePos is TRUE (1) the position can be modified using the mouse.

History

Version Description
5.0.0 New

id-282353