Skip to main content
A newer version of this page is available.

BootstrapChartConstantLine.LabelText Property

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

[DefaultValue("")]
[Browsable(false)]
public virtual string LabelText { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies the label text.

See Also