ASP.NET Pack Programmer's Guide
ObservableCollection.removeRange Method
See Also
 





Deletes a range of elements from the collection

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

 Syntax

JavaScript  Copy Code

function removeRange (index, count)

 Parameters

index

The starting index of the range to remove.

count

The length of the range to remove.

 See Also

ObservableCollection Members
ObservableCollection Class
MindFusion.Charting.Collections Namespace