Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 728 Bytes

File metadata and controls

10 lines (9 loc) · 728 Bytes

If the Chart contains many series points, displaying all of them may slow down its performance. In this case, it is better to aggregate the series points or replace a group of them with a single point. This aggregated series point conveys a summary of several points, which also facilitates analysis of large datasets. This article discusses steps to configure data aggregation in the Chart.

#include common-demobutton-named with { url: "https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/PointsAggregation/", name: "Multiple Series" } #include common-demobutton-named with { url: "https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/PointsAggregationFinancialChart/", name: "Financial Series" }