Skip to main content
All docs
V26.1
  • DataLabelBase.ShowDataLabelRange Property

    Gets or sets whether to display data from a cell range in the data label.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public bool ShowDataLabelRange { get; set; }

    Property Value

    Type Description
    Boolean

    true to display a range of data; otherwise, false.

    See Also