Nevron .NET Vision
Nevron.Chart Namespace / NIndicator Class / Axis Property


In This Topic
    Axis Property (NIndicator)
    In This Topic
    Gets or sets the axis this indicator scales on
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property Axis As NGaugeAxis
    'Usage
     
    
    Dim instance As NIndicator
    Dim value As NGaugeAxis
     
    instance.Axis = value
     
    value = instance.Axis
    [System.Xml.Serialization.XmlIgnore()]
    public NGaugeAxis Axis {get; set;}
    Remarks
    If no axis is selected the indicator will scale on the first axis in the axes collection
    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