Skip to main content

ChartText.PlainText Property

Gets the text displayed in a chart element.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

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