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

SeriesPointCollection.Remove(SeriesPoint) Method

Remove the specified series point from the collection.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v21.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public void Remove(
    SeriesPoint point
)

Parameters

Name Type Description
point SeriesPoint

The point to remove from the collection.

See Also