React Chart - ValueAxisConstantLinesLabel

Configures the constant line label.

import { ChartTypes } from "devextreme-react/chart"

horizontalAlignment

Aligns constant line labels in the horizontal direction.

Default Value: 'left'

text

Specifies the text of a constant line label. By default, equals to the value of the constant line.

Type:

String

Default Value: undefined

verticalAlignment

Aligns constant line labels in the vertical direction.

Default Value: 'top'