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
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 |
|
Remarks
When you assign the TextReference property, the CustomText property is set to null.
See Also