JavaScript/jQuery Chart - ValueAxisConstantLinesLabel
Configures the constant line label.
import { ValueAxisConstantLinesLabel } from "devextreme/viz/chart"
horizontalAlignment
Aligns constant line labels in the horizontal direction.
Type:
Default Value: 'left'
text
Specifies the text of a constant line label. By default, equals to the value of the constant line.
Type:
| undefined
Default Value: undefined
Feedback