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

    Specifies appearance settings for drop lines.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public ChartElement DropLineProperties { get; set; }

    Property Value

    Type Description
    ChartElement

    Appearance settings.

    Remarks

    To enable drop lines, set the ShowDropLines property to true.

    See Also