Skip to main content

BootstrapRangeSelectorScale.AggregationGroupWidth Property

Specifies the length of aggregation intervals in pixels.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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 scale units, use the BootstrapRangeSelectorScale.AggregationIntervalUnit and/or BootstrapRangeSelectorScale.AggregationInterval property.

See Also