Nevron.Chart Namespace / NScaleLabelStyle Class / Angle Property


Angle Property (NScaleLabelStyle)
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Texts")>
<System.ComponentModel.DescriptionAttribute("Gets or sets the angle of the scale value labels")>
Public Property Angle As NScaleLabelAngle
 
'Usage
 
Dim instance As NScaleLabelStyle
Dim value As NScaleLabelAngle
 
instance.Angle = value
 
value = instance.Angle
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