Skip to main content
All docs
V26.1
  • DataLabels.ShowLeaderLines Property

    Gets or sets whether to display connector lines between data labels and their points.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public bool ShowLeaderLines { get; set; }

    Property Value

    Type Description
    Boolean

    true to display connector lines; otherwise, false.

    Remarks

    Use the LeaderLineProperties property to customize the appearance of connector lines.

    See Also