ChartData.NumericValue Property
Gets or sets numeric chart data.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Double | A Double value. |
Remarks
To check whether the cell value is of the numeric type, use the ChartData.IsNumeric property.
See Also