ExcludeInvisibleSeries: Boolean;
The ExcludeInvisibleSeries property determines whether invisible chart data series should be excluded from calculations.
The property value is set in the Chart constructor and is returned using the getExcludeInvisibleSeries method.
Available values:
true. Invisible chart data series will be excluded from calculations.
false. Default value. Invisible chart data series will not be excluded from calculations.
The property use is given in the example of creating a histogram.
See also: