Back to Devexpress

ChartCollectionBase.Contains(ChartElement) Method

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

latest1.5 KB
Original Source

ChartCollectionBase.Contains(ChartElement) Method

Determines whether the collection contains the specified chart element.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public bool Contains(
    ChartElement item
)
vb
Public Function Contains(
    item As ChartElement
) As Boolean

Parameters

NameTypeDescription
itemChartElement

A ChartElement class descendant to locate in the collection.

|

Returns

TypeDescription
Boolean

true if the collection contains the specified chart element; otherwise, false.

|

See Also

ChartCollectionBase Class

ChartCollectionBase Members

DevExpress.XtraCharts Namespace