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


In This Topic
    UseCustomAngle Property
    In This Topic
    Controls whether the axis must use a custom angle
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Whether the axis must use a custom angle.")>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property UseCustomAngle As System.Boolean
    'Usage
     
    
    Dim instance As NRadarAxisAnchor
    Dim value As System.Boolean
     
    instance.UseCustomAngle = value
     
    value = instance.UseCustomAngle
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Whether the axis must use a custom angle.")]
    [System.Xml.Serialization.XmlAttribute()]
    public System.bool UseCustomAngle {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