ExcludeInvisibleSeries: Boolean;
The ExcludeInvisibleSeries property determines whether invisible chart data series should be excluded from calculations.
Use JSON to set the property value and the getExcludeInvisibleSeries method to get the property value.
Available values:
true. Invisible chart data series will be excluded from calculations.
false. Invisible chart data series will not be excluded from calculations (default).
The example of use is given on the Example of Creating a Histogram page.
See also: