Skip to main content
All docs
V26.1
  • LineChartView.ShowHighLowLines Property

    Gets or sets whether the chart displays high-low lines.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public bool ShowHighLowLines { get; set; }

    Property Value

    Type Description
    Boolean

    true to display high-low lines; otherwise, false. The default value is false.

    See Also