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



Gets or sets the name of this legend entry.

Syntax

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

Remarks

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

See Also