[]
        
(Showing Draft Content)

C1.WPF.C1Chart.DataSeriesCollection.RemoveItem

RemoveItem Method

RemoveItem(int)

Removes the element at the specified index of the Collection.

Declaration
protected override void RemoveItem(int index)
Parameters
Type Name Description
int index

The index of element to remove.

Overrides