AutoMin: Boolean;
The AutoMin property determines whether minimum value will be automatically calculated and set at chart axis.
Available values:
True. By default. Minimum value is automatically calculated and set the chart axis.
False. Minimum value on chart axis is set by user using the IVZChartAxis.Min.
To round chart axis values and automatically calculate intervals between main grid lines, set the IVZChartGrid.AutoLineCount property to True.
The property use is given in the example for IVZChartAxis.AutoMax.
See also: