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

    Gets or sets a worksheet range reference that supplies title 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.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to TextReference
    Axis
    .Title .TextReference

    Remarks

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

    See Also