Back to Devexpress

SeriesPointCollection.Remove(SeriesPoint) Method

corelibraries-devexpress-dot-xtracharts-dot-seriespointcollection-dot-remove-x28-devexpress-dot-xtracharts-dot-seriespoint-x29.md

latest1.9 KB
Original Source

SeriesPointCollection.Remove(SeriesPoint) Method

Removes the specified SeriesPoint object from the collection.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public void Remove(
    SeriesPoint point
)
vb
Public Sub Remove(
    point As SeriesPoint
)

Parameters

NameTypeDescription
pointSeriesPoint

A SeriesPoint object to be removed from the collection.

|

Remarks

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

See Also

RemoveAt(Int32)

RemoveRange(Int32, Int32)

Add(SeriesPoint)

AddRange(SeriesPoint[])

SeriesPointCollection Class

SeriesPointCollection Members

DevExpress.XtraCharts Namespace