Box
Map
A newer version of this page is available. Switch to the current version.

jQuery Chart - argumentAxis.breaks

Declares a scale break collection. Applies only if the axis' type is "continuous" or "logarithmic".

Type:

Array<Object>

Default Value: undefined
Cannot be used in themes.

A scale break is an area across an axis that is displayed instead of a section of an axis range. Scale breaks improve the readability of chart sections with large gaps in their ranges.

DevExtreme HTML5 JavaScript Charts Scale Breaks

Each object in the breaks array configures a single scale break. A scale break range should be at least two tick intervals. Otherwise, the scale break might not be visible.

See Also

endValue

Along with the startValue property, limits the scale break.

Type:

Number

|

Date

|

String

Default Value: undefined

startValue

Along with the endValue property, limits the scale break.

Type:

Number

|

Date

|

String

Default Value: undefined