Vue Chart - argumentAxis.constantLines.label
Configures the constant line label.
The constant line label displays the value of the constant line.

See Also
horizontalAlignment
Aligns constant line labels in the horizontal direction.
position
Specifies the position of constant line labels on the chart plot.
The component's default behavior is to display constant line labels inside the chart plot. To place the labels outside the chart plot, set position to "outside".
When position is "outside", note the following label alignment restrictions:
- verticalAlignment is always "center"
- horizontalAlignment can only be "left" or "right"
text
Specifies the text of a constant line label. By default, equals to the value of the constant line.
verticalAlignment
Aligns constant line labels in the vertical direction.