React Chart - ArgumentAxisStrips

Declares a collection of strips belonging to the argument axis.

import { ArgumentAxisStrips } 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