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


Gets or sets this element's name.

Syntax

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

Remarks

The name property represents the element on label axes.

See Also