Skip to main content
A newer version of this page is available. .

ChartCollection.Remove(Chart) Method

Removes the specified chart from a collection.

Namespace: DevExpress.Spreadsheet.Charts

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

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