Skip to main content

ChartData.IsError Property

Gets whether the cell contains an error.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public bool IsError { get; }

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