Skip to main content

SeriesPointRelationCollection.Contains(SeriesPoint) Method

Determines whether the collection contains a relation to the specified child series point.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public bool Contains(
    SeriesPoint childPoint
)

Parameters

Name Type Description
childPoint SeriesPoint

A SeriesPoint object that represents the child point for which a relation should be searched for in the collection.

Returns

Type Description
Boolean

true if the collection contains a relation to the specified child series point; otherwise, false.

See Also