BootstrapChartAggregationSettings Class
Stores chart series aggregation settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Related API Members
The following members return BootstrapChartAggregationSettings objects:
Remarks
If a chart contains many series points, displaying all of them may lower its performance. In this case, it is better to aggregate the series points, or replace a group of them with a single point. The group includes only those points that fall within the same interval on the argument axis. See BootstrapChartArgumentAxis.AggregationInterval, BootstrapChartArgumentAxis.AggregationIntervalUnit and BootstrapChartArgumentAxis.AggregationGroupWidth for details on dividing the axis into intervals.