Skip to main content

BootstrapChartConstantLine.DisplayBehindSeries Property

Specifies whether to display the constant line behind or in front of the series.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(false)]
public bool DisplayBehindSeries { get; set; }

Property Value

Type Default Description
Boolean false

true, to display the constant line behind the series; otherwise, false.

See Also