Skip to main content

SeriesPointCollection.Remove(SeriesPoint) Method

Remove the specified series point from the collection.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.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