dotnetCHARTING Send comments on this topic.
HotspotCollection Class Members
See Also  Properties  Methods 
dotnetCHARTING Namespace : HotspotCollection Class


The following tables list the members exposed by HotspotCollection.

Public Constructors

  Name Description
Public Constructor HotspotCollection Constructor Creates a new instance of HotspotCollection with the specified list of Hotspot objects.  
Top

Public Properties

  Name Description
Public Property Capacity (Inherited from System.Collections.CollectionBase)
Public Property Count (Inherited from System.Collections.CollectionBase)
Public Property Item Gets or sets the object at a specified index.  
Top

Public Methods

  Name Description
Public Method Add Overloaded. Adds a specified HotspotCollection to this collection.  
Public Method Clear Clears this collection.  
Public Method Contains Determines whether this collection contains a specified Hotspot.  
Public Method GetEnumerator (Inherited from System.Collections.CollectionBase)
Public Method IndexOf Determines index of a specified Hotspot in this collection.  
Public Method Insert Inserts a Hotspot into this collection at a specified index.  
Public Method Remove Removes a specified Hotspot from this collection.  
Public Method RemoveAt (Inherited from System.Collections.CollectionBase)
Top

See Also