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

SeriesPointCollection.Contains(ChartElement) Method

Determines whether the collection contains the specified series point.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public bool Contains(
    ChartElement item
)

Parameters

Name Type Description
item ChartElement

A ChartElement object to locate in the collection.

Returns

Type Description
Boolean

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

See Also