Back to Devexpress

ChartCollection.Remove(Chart) Method

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-chartcollection-dot-remove-x28-devexpress-dot-spreadsheet-dot-charts-dot-chart-x29.md

latest1.5 KB
Original Source

ChartCollection.Remove(Chart) Method

Removes the specified chart from a collection.

Namespace : DevExpress.Spreadsheet.Charts

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool Remove(
    Chart chart
)
vb
Function Remove(
    chart As Chart
) As Boolean

Parameters

NameTypeDescription
chartChart

A string that is the name of the Chart to remove.

|

Returns

TypeDescription
Boolean

true if the specified chart is contained in the collection and successfully removed; otherwise, false.

|

See Also

ChartCollection Interface

ChartCollection Members

DevExpress.Spreadsheet.Charts Namespace