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


hotspotList
Creates a new instance of HotspotCollection with the specified list of Hotspot objects.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal ParamArray hotspotList() As Hotspot _
)
Visual Basic (Usage)Copy Code
Dim hotspotList() As Hotspot
 
Dim instance As HotspotCollection(hotspotList)
C# 
public HotspotCollection( 
   params Hotspot[] hotspotList
)

Parameters

hotspotList

See Also

© 2010 All Rights Reserved.