Skip to main content

SeriesPointRelationCollection.Remove(SeriesPoint) Method

Removes the Relation to the specified child point from the collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public void Remove(
    SeriesPoint childPoint
)

Parameters

Name Type Description
childPoint SeriesPoint

A SeriesPoint object specifying the child point, the relation to which should be removed from the collection.

Remarks

Note that calling the Remove method also disposes all elements removed from the collection.

See Also