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



Gets or sets a Label object drawn next to the AxisMarker on a ChartArea.

Syntax

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

See Also