BootstrapChartArgumentAxis.AggregationGroupWidth Property
Specifies the length of aggregation intervals in pixels.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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