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


Gets or sets this annotation's hotspot url.

Syntax

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

Return Value

A string representing the url of this annotation.

Example

Usage example.
Visual BasicCopy Code
MyAnnotation.URL = "dotnetcharting.com"
C#Copy Code
myAnnotation.URL = "dotnetcharting.com";
    

Example

See Also

© 2010 All Rights Reserved.