Skip to main content
All docs
V26.1
  • GroupedChartView.ShowDropLines Property

    Specifies whether to display drop lines.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public bool ShowDropLines { get; set; }

    Property Value

    Type Description
    Boolean

    true if drop lines are displayed; otherwise, false.

    Remarks

    Use the ShowDropLines property to display lines that extend from the data markers to the category axis on a chart:

    LineChartDropLines

    To customize drop lines, use the DropLineProperties property.

    See Also