LayerGetAxisPosition

LayerGetAxisPosition returns the position of the axis.

nPosition = LayerGetAxisPosition(hLayer, ssXYZ)

Return Value

nPosition specifies the axis position: 0, the axis is hidden, 1, bottom for a X axis and left for a Y axis, 2, top for a X axis and right for a Y axis.

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-642241