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
Property Value
| Type | Description |
|---|---|
| ChartDataReference | A ChartDataReference object or |
Remarks
If you assign a non-null value to the TextReference property, the CustomText property is set to null.
See Also