getVisibleSeriesCount(includeAggregated: Boolean): Number;
includeAggregated. The parameter determines whether aggregation line will be taken into account on data series amount calculation.
The getVisibleSeriesCount method returns the number of displayed data series.
The includeAggregated parameter can be set to:
true. Aggregation line will be taken into account on data series amount calculation.
false. Aggregation line will not be taken into account on data series amount calculation.
To determine index of the string after which data series values will be aggregated, use the RatingChart.AggregationAfter property.
The method use is given in the example for RatingChart.getVisibleSeriesHeight.
See also: