Spread Windows Forms 6.0 Product Documentation
LabelRotationAngle Property
See Also  Support Options
FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > RadarValueAxis Class : LabelRotationAngle Property


Glossary Item Box

Gets or sets the rotation angle for the label

Syntax

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

Remarks

The rotation angle only has an effect if the text direction is vertical.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.