Back to Devexpress

SeriesPointCollection.Contains(ChartElement) Method

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

latest1.5 KB
Original Source

SeriesPointCollection.Contains(ChartElement) Method

Determines whether the collection contains the specified series point.

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 object to locate in the collection.

|

Returns

TypeDescription
Boolean

true , if the collection contains the specified series point; otherwise, false.

|

See Also

SeriesPointCollection Class

SeriesPointCollection Members

DevExpress.XtraCharts Namespace