ChartNamedElementCollection<T>::RemoveItem Method (Int32)

.NET Framework (current version)
 

Removes the chart element at the specified index of the collection.

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

protected:
virtual void RemoveItem(
	int index
) override

Parameters

index
Type: System::Int32

The zero-based index of the chart element to remove.

.NET Framework
Available since 4.0
Return to top
Show: