Skip to main content

ChartData.Empty Property

Returns empty chart data.

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

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