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 specifies the display format for axes labels.

Value Range

Format

-10 bis -1

Exponential format.

0 bis 10

Decimal format. Valus defines the number of decimals.

200 bis 216

Hexadecimal format (0x0000): Value define the number of digits with leading zeros.

History

Version

Description

R2014

Hexadecimal format added.

id-1349396