RatingChart.getVisibleSeriesCount

Syntax

getVisibleSeriesCount(includeAggregated: Boolean): Number;

Parameters

includeAggregated. The parameter determines whether aggregation line will be taken into account on data series amount calculation.

Description

The getVisibleSeriesCount method returns the number of displayed data series.

Comments

The includeAggregated parameter can be set to:

To determine index of the string after which data series values will be aggregated, use the RatingChart.AggregationAfter property.

Example

The method use is given in the example for RatingChart.getVisibleSeriesHeight.

See also:

RatingChart