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


Gets or sets the angle of axis tick labels when they are angled. Setting this property will not automatically angle tick labels.

Syntax

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

Example

Remarks

To force tick label angles, set Axis.TickLabelMode = Axis.TickLabelMode.Angled.

See Also

© 2010 All Rights Reserved.