Skip to main content
A newer version of this page is available.
All docs
V18.2

BootstrapRangeSelectorChart.UseAggregation Property

Specifies whether to filter the series points depending on their quantity.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

[DefaultValue(false)]
[Browsable(false)]
public bool UseAggregation { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to filter the series points depending on their quantity; otherwise, false.

Remarks

A chart displays all series points, by default. But there may be situations when displaying all the series points may affect chart performance. In this case, it is better to aggregate the series points rather than display all of them. For this purpose, set the UseAggregation option to true. The aggregation is based on the median filter algorithm.

See Also