IVZChartAxis.AutoMin

Syntax

AutoMin: Boolean;

Description

The AutoMin property determines whether minimum value will be automatically calculated and set at chart axis.

Comments

Available values:

To round chart axis values and automatically calculate intervals between main grid lines, set the IVZChartGrid.AutoLineCount property to True.

Example

The property use is given in the example for IVZChartAxis.AutoMax.

See also:

IVZChartAxis