RatingChart.AggregationAfter

Syntax

AggregationAfter: Number;

Description

The AggregationAfter property determines index of the row after which data series values should be aggregated.

Comments

Use JSON or the setAggregationAfter method to set the property value, and the getAggregationAfter method to get the property value.

By default the property is set to 0.

Example

The property use is given in the example for RatingChart.AggregatedSerie.

See also:

RatingChart