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

ChartData.Empty Property

Returns empty chart data.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

public static ChartData Empty { get; }

Property Value

Type Description
ChartData

A ChartData object specifying an empty cell value.

Remarks

Assign an object returned by the Empty property to clear chart data.

See Also