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,
	ChartPanelObject item
)
Visual Basic
Protected Overrides Sub InsertItem ( _
	index As Integer, _
	item As ChartPanelObject _
)

See Also