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

BootstrapChartConstantLine.LabelVisible Property

Specifies whether constant line labels are visible.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[Browsable(false)]
[DefaultValue(true)]
public virtual bool LabelVisible { get; set; }

Property Value

Type Default Description
Boolean **true**

true to make constant line labels visible; otherwise, false.

See Also