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



Gets or sets a value which indicates whether the axis label of this y axis is facing the tick labels or is facing away.

Syntax

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

See Also