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

StripCollection.Insert(Int32, Strip) Method

Inserts the specified strip to the collection at the specified position.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public void Insert(
    int index,
    Strip strip
)

Parameters

Name Type Description
index Int32

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

strip Strip

A Strip object specifying the inserted strip.

See Also