MindFusion WinForms Programmer's Guide
SeriesCollection.RemoveAt Method
See Also
 





Removes the DoubleCollection object at the specified index.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public void RemoveAt (
    int index
)

Visual Basic  Copy Code

Public Sub RemoveAt( _
    index As Integer _
)

 Parameters

index
The zero-based index, at which the DoubleCollection object should be removed.

 Remarks

The collection's count is reduced with 1. The items, which followed the removed item, are moved forwards with one place. Their indexes are also updated.

 See Also

SeriesCollection Members
SeriesCollection Class
MindFusion.Charting Namespace