Nevron .NET Vision
Nevron.Chart Namespace / NRadarAxisAnchor Class / CustomAngle Property


In This Topic
    CustomAngle Property (NRadarAxisAnchor)
    In This Topic
    Controls the axis custom angle position
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("The axis custom angle position.")>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property CustomAngle As System.Single
    'Usage
     
    
    Dim instance As NRadarAxisAnchor
    Dim value As System.Single
     
    instance.CustomAngle = value
     
    value = instance.CustomAngle
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("The axis custom angle position.")]
    [System.Xml.Serialization.XmlAttribute()]
    public System.float CustomAngle {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