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

    Gets or sets a data reference that provides trend line 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 or null.

    Remarks

    If you assign a non-null value to the TextReference property, the CustomText property is set to null.

    See Also