Nevron .NET Vision
Nevron.Chart Namespace / NRotateLevelLayout Class / Angle Property


In This Topic
    Angle Property (NRotateLevelLayout)
    In This Topic
    Gets or sets the scale label angle associated with this layout
    Syntax
    'Declaration
     
    
    Public Property Angle As NScaleLabelAngle
    'Usage
     
    
    Dim instance As NRotateLevelLayout
    Dim value As NScaleLabelAngle
     
    instance.Angle = value
     
    value = instance.Angle
    public NScaleLabelAngle Angle {get; set;}
    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