ChartData.IsText Property
Gets whether the chart data is text.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the chart data is of the text type; otherwise, false |
Remarks
The chart data is of the text type if it is created using one of the methods listed below:
- from a string using implicit type conversion
- by using the ChartData.TextValue property
See Also