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

SeriesPointCollection.RemoveRange(Int32, Int32) Method

Removes the specified range of series points from the collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public void RemoveRange(
    int index,
    int count
)

Parameters

Name Type Description
index Int32

An integer specifying the starting index for the series points range to be removed.

count Int32

An integer specifying the number of series points to be removed.

Remarks

Note that calling either the RemoveRange or Clear method for the SeriesPointCollection instance also disposes all of elements, which are removed from this collection.

See Also