| id | dxChart.Options.argumentAxis.aggregationGroupWidth |
|---|---|
| type | Number |
| default | undefined |
Specifies the length of aggregation intervals in pixels. Applies only to axes of continuous and logarithmic types. May be ignored in favor of the aggregationInterval property.
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.
#####See Also#####
- Data Aggregation
- series.aggregation