ChartText.RefersTo Property
Returns the string representation of the referenced cell range or formula.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v26.1.Core.dll
Declaration
Property Value
| Type | Description |
|---|---|
| String | Specifies the source for the text used in a chart element. |
Remarks
If the ChartText.TextType value is not equal to Reference, the ChartText.RefersTo property returns an empty string.
See Also