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.v25.2.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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