SeriesPointRelationCollection.GetByChildSeriesPoint(SeriesPoint) Method
Gets a relation within a SeriesPointRelationCollection by its child point.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| point | SeriesPoint | A SeriesPoint object. |
Returns
| Type | Description |
|---|---|
| Relation | A Relation object that includes a given point as a child point. |
Remarks
Note that this method finds only the first occurrence of an element. If the collection doesn’t contain a relation with the specified series point, then this method returns null (Nothing in Visual Basic).
See Also