JavaScript/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:
Default Value: false
extendAxis
Specifies whether to extend the axis's default visual range to display the constant line.
Type:
Default Value: false
Feedback