aspnetbootstrap-devexpress-dot-web-dot-bootstrap-08f4739d.md
Stores chart series aggregation settings.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public class BootstrapChartAggregationSettings :
JsonProperties,
IClientCustomModifier
Public Class BootstrapChartAggregationSettings
Inherits JsonProperties
Implements IClientCustomModifier
The following members return BootstrapChartAggregationSettings objects:
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.
Object StateManager PropertiesBase DevExpress.Web.Bootstrap.Internal.JsonProperties BootstrapChartAggregationSettings
See Also