Previous topic

LayerGetAxisLabelFont

Next topic

LayerGetAxisLink

This Page

LayerGetAxisLabelFormatΒΆ

LayerGetAxisLabelFormat returns the number format of the axis labels.

nFormat = LayerGetAxisLabelFormat(hLayer, ssXYZ)

Return Value

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.

Parameters

hLayer

Identifies the layer.

ssXYZ

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

id-1267476