ChartData.IsError Property
Gets whether the cell contains an error.
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 cell value is of the error type; otherwise, false |
Remarks
To get the error value contained in a cell, use the ChartData.ErrorValue property. For more information on cell values, refer to the Cell Data Types document.
See Also