Gets or sets this annotation's hotspot url.
[Visual Basic]
Public Property URL As String
[C#]
public string URL {get; set;}
A string representing the url of this annotation.
Usage example.
[Visual Basic]
MyAnnotation.URL = "dotnetcharting.com" |
[C#]
myAnnotation.URL = "dotnetcharting.com"; |
Annotation Class | Annotation Members
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.