LayerSetAxisTitleAutoPos

LayerSetAxisTitleAutoPos specifies if the position of the axis title should be calculated automatically.

bool = LayerSetAxisTitleAutoPos(hLayer, ssXYZ, bAuto)

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.

bAuto

If bAuto is TRUE (1) the position will be calculated automatically. In this case the extension of the axis scale labels is taken into account. If bAuto is FALSE (0) the position can be set with the function LayerSetAxisTitleOffset in centimeters.

id-495057