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;}

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

© 2010 All Rights Reserved.