dotnetCHARTING Send comments on this topic.
Label Property
See Also 
dotnetCHARTING Namespace > Axis Class : Label Property


Gets or sets the axis label.

Syntax

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

Return Value

The main Label of this axis.

See Also