Previous topic

LayerSetAxisLabelFont

Next topic

LayerSetAxisLink

This Page

LayerSetAxisLabelFormatΒΆ

LayerSetAxisLabelFormat specifies the number format of the axis labels.

bool = LayerSetAxisLabelFormat(hLayer, ssXYZ, nFormat)

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.

nFormat

nFormat is a number in the range -10 to 10. The absolute value specifies the number of decimal places. Negative numbers specifies an e-format.

id-1349396