Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    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