Skip to main content

BootstrapChartAggregationSettings Class

Stores chart series aggregation settings.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapChartAggregationSettings :
    JsonProperties,
    IClientCustomModifier

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.

Inheritance

Object
StateManager
PropertiesBase
DevExpress.Web.Bootstrap.Internal.JsonProperties
BootstrapChartAggregationSettings
See Also