LayerGetAutoScaleΒΆ

The LayerGetAutoScale returns TRUE (1) if an axis is automatically rescaled if the data of one of the datasets has been changed.

bAuto = LayerGetAutoScale(hLayer, ssXYZ)

Return Value

If bAuto is TRUE (1), the specified axis will be rescaled if one of the datasets in the diagram has been changed.

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