Gets or sets this annotation's hotspot url.
[Visual Basic]
Public Property URL As String
[C#]
public string URL {get; set;}
[JScript]
public function get,set URL : String
A string representing the url of this annotation.
Usage example.
[Visual Basic]
MyAnnotation.URL = "dotnetcharting.com" |
[C#]
myAnnotation.URL = "dotnetcharting.com"; |
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Annotation Class | Annotation Members
2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.