Skip to main content

SeriesPointCollection.Insert(Int32, SeriesPoint) Method

Inserts the work-time rule into the collection at the specified position.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

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 legend should be inserted.

point SeriesPoint

The series point to insert into the collection.

See Also