BootstrapRangeSelectorScale.AggregationInterval Property
Specifies the length of aggregation intervals in scale units.
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 scale is divided into intervals. Series points that fall within the same interval get aggregated together. The AggregationInterval property defines the length of each interval.
To specify an aggregation interval length for a scale displaying numeric values, just assign a number to the AggregationInterval property. For date-time values, you need to also specify a time measurement unit using the BootstrapRangeSelectorScale.AggregationIntervalUnit property.
If the BootstrapRangeSelectorScale.AggregationIntervalUnit is set, you can skip specifying the AggregationInterval property. In this case, the aggregation interval length is considered to be equal to a single unit (a minute/an hour/a day, etc.).
This property only applies to scales of continuous and logarithmic types.