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





Removes the Shape 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 of the shape to remove.

 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

ShapeCollection Members
ShapeCollection Class
MindFusion.Charting Namespace