Inserts the specified DoubleCollection object in the specified position. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public void Insert ( |
Visual Basic
![]() |
---|
Public Sub Insert ( _ |
JavaScript
![]() |
---|
function Insert (index, value) |
The zero-based index at which value should be inserted.
The DoubleCollection object to insert.