Removes the Shape object at the specified index. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public new void RemoveAt ( |
Visual Basic
![]() |
---|
Public Shadows Sub RemoveAt ( _ |
JavaScript
![]() |
---|
function RemoveAt (index) |
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.