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.
When using a widget as an ASP.NET MVC Control, specify this option using the HorizontalAlignment
enum. This enum accepts the following values: Left
, Center
and Right
.
position
Specifies the position of constant line labels on the chart plot.
By default, constant line labels are displayed inside the chart plot near the constant lines they belong to. To place the labels outside the chart plot, set the position option to "outside".
When using the widget as an ASP.NET MVC Control, specify this option using the RelativePosition
enum. This enum accepts the following values: Inside
and Outside
.
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.
When using the widget as an ASP.NET MVC Control, specify this option using the VerticalAlignment
enum. This enum accepts the following values: Top
, Center
and Bottom
.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
We appreciate your feedback.