IChartAxis.IncludeZero

Syntax

IncludeZero: Boolean;

Description

The IncludeZero property determines whether zero must be enabled on an axis.

Comments

If this property is set to True, zero is displayed on the axis; if this property is set to False, zero is not displayed.

The property is set to False by default.

Displaying zero on the Y axis is available if for the Y axis:

See also:

IChartAxis