Removes the element at the specified index of the DataPointCollection instance. This method is not overridable.
Visual Basic (Declaration) | |
---|---|
Public Sub RemoveAt( _ ByVal index As System.Integer _ ) |
C# | |
---|---|
public void RemoveAt( System.int index ) |
Parameters
- index
- The zero-based index of the element to remove.