jQuery Chart - ValueAxisStrips

Declares a collection of strips belonging to the value axis.

import { ValueAxisStrips } from "devextreme/viz/chart"

color

Specifies the color of the strip.

Type:

String

Default Value: undefined

endValue

Along with the startValue property, limits the strip.

Type:

Number

|

Date

|

String

Default Value: undefined

label

Configures the strip label.

Type:

Object

startValue

Along with the endValue property, limits the strip.

Type:

Number

|

Date

|

String

Default Value: undefined