AutoScale Property
Syntax
CWAxis.AutoScale
Data Type
Purpose
Determines if the minimum and maximum limits of the axis are automatically set.
Remarks
The AutoScale property applies only to the CWGraph control. It affects only CWPlots objects that also have the AutoScale property set to True.
Example
CWGraph1.Axes.Item(1).AutoScale = True