ChartText.Lines Property
Gets the lines of 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[] | 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