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

ChartData.IsEmpty Property

Gets whether the chart data is empty.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

public bool IsEmpty { get; }

Property Value

Type Description
Boolean

true, if the chart data is empty; otherwise, false

See Also