Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ChartText.RefersTo Property

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

Namespace: DevExpress.Spreadsheet.Charts

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

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