LayerGetLabelNum

Gets the number of axis labels for autoscale set with:ref:LayerSetLabelNum.

nLabel = LayerGetLabelNum(hLayer, ssXYZ)

Return Value

nLabel is the number of labels.

Parameters

hLayer

hLayer is the handle of a diagram (layer).

ssXYZ

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

nLabel

nLabel is the number of labels.

id-1954643