jQuery Chart - ValueAxisConstantLines

Declares a collection of constant lines belonging to the value axis.

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

displayBehindSeries

Specifies whether to display the constant line behind or in front of the series.

Type:

Boolean

Default Value: false

extendAxis

Specifies whether to extend the axis's default visual range to display the constant line.

Type:

Boolean

Default Value: false

label

Configures the constant line label.

Type:

Object

value

Specifies the value indicated by a constant line. Setting this property is necessary.

Type:

Number

|

Date

|

String

Default Value: undefined