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'

When using the widget as an ASP.NET MVC Control, specify this option using the ScaleBreakLineStyle enum that accepts the Waved and Straight values.

width

Specifies the scale breaks' width in pixels.

Type:

Number

Default Value: 5