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

ChartText.Lines Property

Gets the lines of text displayed in a chart element.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

string[] Lines { get; }

Property Value

Type Description
String[]

An array of strings that contains the text.

Remarks

Each element in the array becomes a line of text displayed in the chart element.

See Also