IChartHistogrammInfo.AutoIntervals

Syntax

AutoIntervals: Boolean;

Description

The AutoIntervals property determines whether histogram intervals are automatically calculated.

Comments

If this property is set to True, intervals are automatically calculated; if this property is set to False, intervals are not calculated automatically.

The property is set to True by default. If this property is set to False, set the Intervals property.

Example

The example of use is given in the IChartHistogrammInfo.Intervals property.

See also:

IChartHistogrammInfo