Chart.ExcludeInvisibleSeries

Syntax

ExcludeInvisibleSeries: Boolean;

Description

The ExcludeInvisibleSeries property determines whether invisible chart data series should be excluded from calculations.

Comments

The property value is set in the Chart constructor and is returned using the getExcludeInvisibleSeries method.

Available values:

Example

The property use is given in the example of creating a histogram.

See also:

Chart