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


Gets or sets the element's URL link. (Shortcut to: Element.Hotspot.URL)

Syntax

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

Remarks

The chart will create an image map with the specified url for this element. Element tokens can be used to describe this element in the url.

See Also

© 2010 All Rights Reserved.