Back to Devexpress

ChartCollectionBase.Remove(ChartElement) Method

corelibraries-devexpress-dot-xtracharts-dot-chartcollectionbase-dot-remove-x28-devexpress-dot-xtracharts-dot-chartelement-x29.md

latest1.4 KB
Original Source

ChartCollectionBase.Remove(ChartElement) Method

Removes the specified ChartElement object from the collection.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public void Remove(
    ChartElement item
)
vb
Public Sub Remove(
    item As ChartElement
)

Parameters

NameTypeDescription
itemChartElement

A ChartElement object to be removed from the collection.

|

Remarks

Note that calling the Remove method also disposes all elements removed from the collection.

See Also

ChartCollectionBase Class

ChartCollectionBase Members

DevExpress.XtraCharts Namespace