Nevron .NET Vision
Nevron.Chart Namespace / StandardAxis Enumeration


In This Topic
    StandardAxis Enumeration
    In This Topic
    Defines the axes of the Nevron Chart for .NET component. This custom type is accepted by the Axes method of the NChart object which gives you access to the desired chart axis.
    Syntax
    'Declaration
     
    
    Public Enum StandardAxis 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As StandardAxis
    public enum StandardAxis : System.Enum 
    Members
    MemberDescription
    Depththe depth axis. By default it is positioned on the right bottom depth corner of the charting area cube. Visible by default.
    PolarPolar value axis.
    PolarAnglePolar angle axis.
    PrimaryXthe primary X axis. By default it is positioned on the bottom front horizontal corner of the charting area cube. Visible by default.
    PrimaryYthe primary Y axis. By default it is positioned on the left front vertical corner of the charting area cube. Visible by default.
    Radarradar chart axis.
    SecondaryXthe secondary X axis. By default it is positioned on the top back horizontal corner of the charting area cube. Not visible by default.
    SecondaryYthe secondary Y axis. By default it is positioned on the right back vertical corner of the charting area cube. Not visible by default.
    TernaryATernary A axis
    TernaryBTernary B axis
    TernaryCTernary C axis
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.StandardAxis

    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