Back to Devexpress

ChartData.Empty Property

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-chartdata-89bfc051.md

latest1.2 KB
Original Source

ChartData.Empty Property

Returns empty chart data.

Namespace : DevExpress.Spreadsheet.Charts

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public static ChartData Empty { get; }
vb
Public Shared ReadOnly Property Empty As ChartData

Property Value

TypeDescription
ChartData

A ChartData object specifying an empty cell value.

|

Remarks

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

See Also

ChartData Class

ChartData Members

DevExpress.Spreadsheet.Charts Namespace