ASP.NET Pack Programmer's Guide
IEnumerable.insert Method
See Also
 





Adds an element to the collection at the specified index.

Namespace: MindFusion.Charting.Collections
Package: Collections.js

 Syntax

JavaScript  Copy Code

function insert (index, item)

 Parameters

index

The index.

item

The object to add.

 See Also

IEnumerable Members
IEnumerable Class
MindFusion.Charting.Collections Namespace