dotnetCHARTING Send comments on this topic.
Hotspot Constructor(String,String)
See Also 
dotnetCHARTING Namespace > Hotspot Class > Hotspot Constructor : Hotspot Constructor(String,String)


url
The hotspot's url.
tooltip
The hotspot's tooltip.
Creates an instance of the HotSpot object with the specified url and tooltip.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal url As String, _
   ByVal tooltip As String _
)
Visual Basic (Usage)Copy Code
Dim url As String
Dim tooltip As String
 
Dim instance As Hotspot(url, tooltip)
C# 
public Hotspot( 
   string url,
   string tooltip
)

Parameters

url
The hotspot's url.
tooltip
The hotspot's tooltip.

See Also

© 2010 All Rights Reserved.