Chart.ExcludeInvisibleSeries

Syntax

ExcludeInvisibleSeries: Boolean;

Description

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

Comments

Use JSON to set the property value and the getExcludeInvisibleSeries method to get the property value.

Available values:

Example

The example of use is given on the Example of Creating a Histogram page.

See also:

Chart