getColumnSeriesCount(countInvisible: Boolean);
countInvisible. Indicates whether hidden chart data series should be accounted for. Available values:
true. Chart hidden data series should be accounted for.
false. Hidden data series of the chart should not be accounted for (default).
The getColumnSeriesCount method gets the number of the chart data series shown as columns.
The method returns value of the Number type.
The example of use is given on the page with description of the Chart.ItemsVisibilityChanged event.
See also: