ChartData.Empty Property
Returns empty chart data.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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