LayerSetAutoScaleΒΆ
The LayerSetAutoScale function specifies if an axis is automatically rescaled if the data of one of the datasets has been changed.
- bool = LayerSetAutoScale(hLayer, ssXYZ, bAuto)
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.
- bAuto
If bAuto is TRUE (1), the specified axis will be rescaled if one of the datasets in the diagram has been changed.
id-346384