Inserts an element into the collection at the specified index.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
protected override void InsertItem(
	int index,
	Axis item
)
Visual Basic
Protected Overrides Sub InsertItem ( _
	index As Integer, _
	item As Axis _
)

Parameters

index
Type: System..::..Int32
Index at which the element is inserted.
item
Type: C1.Silverlight.Chart..::..Axis
Element to insert

See Also