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


Gets or sets the target URL of this annotation's link.

Syntax

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

Example

Usage example
Visual BasicCopy Code
MyAnnotation.URLTarget = "_blank"
C#Copy Code
MyAnnotation.URLTarget = "_blank";
    

See Also

© 2010 All Rights Reserved.