Inserts the specified double number at the specified position within the collection.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public void Insert ( |
Visual Basic
![]() |
---|
Public Sub Insert( _ |
The zero-based index at which value should be inserted.
The collection's count is increased with 1. The items, which followed the inserted item, are moved backwards with one place. Their indexes are also updated.