dotnetCHARTING Send comments on this topic.
Remove Method
See Also 
dotnetCHARTING Namespace > HotspotCollection Class : Remove Method


hotspot
The Hotspot to remove.
Removes a specified Hotspot from this collection.

Syntax

Visual Basic (Declaration)  
Public Sub Remove( _
   ByVal hotspot As Hotspot _
) 
Visual Basic (Usage) Copy Code
Dim instance As HotspotCollection
Dim hotspot As Hotspot
 
instance.Remove(hotspot)
C#  
public void Remove( 
   Hotspot hotspot
)

Parameters

hotspot
The Hotspot to remove.

See Also