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



Gets or sets the URL of this legend entry.

Syntax

Visual Basic (Declaration) 
Public Property URL As String
Visual Basic (Usage)Copy Code
Dim instance As LegendEntry
Dim value As String
 
instance.URL = value
 
value = instance.URL
C# 
public string URL {get; set;}
C++/CLI 
public:
property String^ URL {
   String^ get();
   void set (String^ value);
}

Return Value

A string representing the url of this legend entry.

Remarks

Tokens may be used to describe the object represented by this legend entry.

See Also