Back to Devexpress

BootstrapChartAggregationSettings Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-08f4739d.md

latest2.2 KB
Original Source

BootstrapChartAggregationSettings Class

Stores chart series aggregation settings.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapChartAggregationSettings :
    JsonProperties,
    IClientCustomModifier
vb
Public Class BootstrapChartAggregationSettings
    Inherits JsonProperties
    Implements 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

BootstrapChartAggregationSettings Members

DevExpress.Web.Bootstrap Namespace