ChartData.IsNumeric Property
Gets whether the chart data is of the numeric type.
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 numeric type; otherwise, false |
Remarks
The chart data is of the numeric type if it is created using one of the methods listed below:
- from numeric value using implicit type conversion
- by using the ChartData.NumericValue property
- by using the ChartData.FromDateTime method
See Also