dotnetCHARTING Send comments on this topic.
URL Property
See Also 
dotnetCHARTING Namespace > Hotspot Class : URL Property


Gets or sets the URL redirected to when the object this Hotspot represents is clicked.

Syntax

Visual Basic (Declaration) 
Public Property URL As String
Visual Basic (Usage)Copy Code
Dim instance As Hotspot
Dim value As String
 
instance.URL = value
 
value = instance.URL
C# 
public string URL {get; set;}

See Also

© 2010 All Rights Reserved.