ChartData.TextValue Property
Gets or sets the text chart data.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
String | A string that is the chart data. |
Remarks
Use the ChartData.IsText property to determine whether the chart data is of the text type.
See Also