JavaScript/jQuery Chart - ArgumentAxisConstantLinesLabel
Configures the constant line label.
import { ArgumentAxisConstantLinesLabel } from "devextreme/viz/chart"
horizontalAlignment
Aligns constant line labels in the horizontal direction.
Type:
Default Value: 'right'
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