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

SeriesPointCollection.Insert(Int32, SeriesPoint) Method

Adds the specified series point to the collection at the specified position.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public void Insert(
    int index,
    SeriesPoint point
)

Parameters

Name Type Description
index Int32

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

point SeriesPoint

A SeriesPoint object representing the series point to insert.

See Also