Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 1.23 KB

File metadata and controls

15 lines (13 loc) · 1.23 KB
id dxChart.Options.argumentAxis.aggregationGroupWidth
type Number
default undefined

shortDescription

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#####