Chart.getColumnSeriesCount

Syntax

getColumnSeriesCount(countInvisible: Boolean);

Parameters

countInvisible. Indicates whether hidden chart data series should be accounted for. Available values:

Description

The getColumnSeriesCount method gets the number of the chart data series shown as columns.

Comments

The method returns value of the Number type.

Example

The example of use is given on the page with description of the Chart.ItemsVisibilityChanged event.

See also:

Chart