LayerSetAxisDescendingΒΆ

The LayerSetAxisDescending function specifies the orientation of the axis scale.

bool = LayerSetAxisDescending(hLayer, ssXYZ, bDescending)

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.

bDescending

bDescending is either TRUE (1) or FALSE (0).

id-2059661