Skip to main content
A newer version of this page is available. .

ChartData.Empty Property

Returns empty chart data.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v18.2.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