Inserts an element into the Collection at the specified index.
Namespace:
C1.Silverlight.ChartAssembly: C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)
Syntax
C# |
---|
protected override void InsertItem( int index, DataSeries item ) |
Visual Basic |
---|
Protected Overrides Sub InsertItem ( _ index As Integer, _ item As DataSeries _ ) |
Parameters
- index
- Type: System..::..Int32
The index at which element should be inserted.
- item
- Type: C1.Silverlight.Chart..::..DataSeries
The element to insert.