Skip to main content

ChartText.Lines Property

Gets the lines of text displayed in a chart element.

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

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