Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ChartData.IsError Property

Gets whether the cell contains an error.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

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