IChart.UseZeroSubstitution

Syntax

UseZeroSubstitution: Boolean;

Description

The UseZeroSubstitution property enables the user to set replacement of missing values with zeroes.

Comments

If this property is set to True, missing values on the chart are replaced with zeroes; if this property is set to False, no values are replaced.

The property is set to False by default.

See also:

IChart