Skip to main content
All docs
V26.1
  • DisplayUnitOptions.LabelReference Property

    Gets or sets a worksheet range reference for unit label text.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public ChartDataReference LabelReference { get; set; }

    Property Value

    Type Description
    ChartDataReference

    A ChartDataReference object.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to LabelReference
    ValueAxis
    .DisplayUnit .LabelReference

    Remarks

    When you assign the LabelReference property, the CustomLabelContent property is set to null.

    See Also