Nevron .NET Vision
Nevron.Chart Namespace / NAngularScaleConfigurator Class / AngleUnit Property


In This Topic
    AngleUnit Property (NAngularScaleConfigurator)
    In This Topic
    Gets or sets the angle unit for scale decoration
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property AngleUnit As NAngleUnit
    'Usage
     
    
    Dim instance As NAngularScaleConfigurator
    Dim value As NAngleUnit
     
    instance.AngleUnit = value
     
    value = instance.AngleUnit
    [System.Xml.Serialization.XmlIgnore()]
    public NAngleUnit AngleUnit {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