Skip to main content

ChartText.RefersTo Property

Returns the string representation of the referenced cell range or formula.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v24.1.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

string RefersTo { get; }

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