SeriesPointRelationCollection.Contains(SeriesPoint) Method
Determines whether the collection contains a relation to the specified child series point.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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