ChartText.PlainText Property
Gets the text displayed in a chart element.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
String | A string that is the displayed text. |
Remarks
Use the ChartText.SetValue or the ChartText.SetReference methods to specify a text for display. Use the ChartText.Lines to get the lines of text.
See Also