Removes the item 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
Index of the element to remove.

See Also