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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public void Remove(
    SeriesPoint point
)

Parameters

Name Type Description
point SeriesPoint

The point to remove from the collection.

See Also