Skip to main content

SeriesPointFilterCollection.Insert(Int32, SeriesPointFilter) Method

Inserts the specified series point filter to the collection at the specified position.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public void Insert(
    int index,
    SeriesPointFilter filter
)

Parameters

Name Type Description
index Int32

A zero-based integer which specifies the position at which the filter should be inserted. If it’s negative or exceeds the number of elements within the collection, an exception is thrown.

filter SeriesPointFilter

A SeriesPointFilter object specifying the inserted filter.

See Also