RatingChart.isAggregatedSerieVisible

Syntax

isAggregatedSerieVisible(): Boolean;

Description

The isAggregatedSerieVisible method returns whether data series aggregation line is visible.

Comments

The method returns true if aggregation line is visible, and false if otherwise.

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.AggregatedSerie.

See also:

RatingChart