Skip to main content

ChartCollection.Remove(Chart) Method

Removes the specified chart from a collection.

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool Remove(
    Chart chart
)

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