Xceed Chart for WinForms v4.4 Documentation
StandardAxis Enumeration


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace : StandardAxis Enumeration
Defines the axes of the Xceed Chart for WinForms component. This custom type is accepted by the Axes method of the Chart 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.
Polarthis axis is used by all simulaneously displayed polar charts
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.
Radarthis axis is used by all simulaneously displayed radar charts
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Chart.Core.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

Reference

Xceed.Chart.Core Namespace