React Chart - valueAxis.breakStyle

Configures the scale breaks' appearance.

Type:

Object

color

Specifies the scale breaks' color.

Type:

String

Default Value: '#ababab'

This option supports the following colors:

line

Specifies the scale breaks' line style.

Type:

String

Default Value: 'waved'
Accepted Values: 'straight' | 'waved'

Use the ScaleBreakLineStyle enum to specify this option when the widget is used as an ASP.NET MVC 5 Control or a DevExtreme-Based ASP.NET Core Control. This enum accepts the following values: Waved and Straight.

width

Specifies the scale breaks' width in pixels.

Type:

Number

Default Value: 5