Removes the first occurrence of the specified Shape object from the collection. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public void Remove ( |
Visual Basic
![]() |
---|
Public Sub Remove ( _ |
JavaScript
![]() |
---|
function Remove (value) |
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.