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

SeriesPointRelationCollection.GetByChildSeriesPoint(SeriesPoint) Method

Gets a relation within a SeriesPointRelationCollection by its child point.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public Relation GetByChildSeriesPoint(
    SeriesPoint point
)

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