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

ChartText.PlainText Property

Gets the text displayed in a chart element.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

string PlainText { get; }

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