ChartCollection.Remove(Chart) Method
Removes the specified chart from a collection.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
chart | Chart | A string that is the name of the Chart to remove. |
Returns
Type | Description |
---|---|
Boolean | true if the specified chart is contained in the collection and successfully removed; otherwise, false. |
See Also