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;}

See Also

© 2010 All Rights Reserved.