Skip to main content
A newer version of this page is available. .

BootstrapChartArgumentAxis.AggregationGroupWidth Property

Specifies the length of aggregation intervals in pixels.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(null)]
public double? AggregationGroupWidth { get; set; }

Property Value

Type Default Description
Nullable<Double> *null*

A Double value specifying the length of aggregation intervals.

Remarks

For data aggregation, the argument axis is divided into intervals. Series points that fall within the same interval get aggregated together. The AggregationGroupWidth property defines the length of each interval in pixels.

Note

To specify the aggregation interval length in axis units, use the BootstrapChartArgumentAxis.AggregationIntervalUnit and/or BootstrapChartArgumentAxis.AggregationInterval property.

See Also