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


In This Topic
    Angle Property (NScaleLabelStyle)
    In This Topic
    Gets or sets the angle of the scale labels
    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
    [System.ComponentModel.Category("Texts")]
    [System.ComponentModel.Description("Gets or sets the angle of the scale value labels")]
    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