Removes the element at the specified index of the Collection.

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

Syntax

C#
protected override void RemoveItem(
	int index
)
Visual Basic
Protected Overrides Sub RemoveItem ( _
	index As Integer _
)

Parameters

index
Type: System..::..Int32
The index of element to remove.

See Also