IChart.UseZeroSubstitution

Syntax

UseZeroSubstitution: Boolean;

Fore.NET Syntax

UseZeroSubstitution: System.Boolean;

Description

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

Comments

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

The default value of this property is False.

See also:

IChart