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.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

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

See Also