Skip to main content
All docs
V26.1
  • DataLabel.TextReference Property

    Gets or sets a reference to the worksheet range that supplies the data label text.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public ChartDataReference TextReference { get; set; }

    Property Value

    Type Description
    ChartDataReference

    A ChartDataReference object that identifies the source range.

    Remarks

    When you assign the TextReference property, the CustomText property is set to null.

    See Also