A newer version of this page is available.
Switch to the current version.
BootstrapChartArgumentAxis.AggregationGroupWidth Property
Specifies the length of aggregation intervals in pixels.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue(null)]
public double? AggregationGroupWidth { get; set; }
<DefaultValue(Nothing)>
Public Property AggregationGroupWidth As Double?
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
Feedback