Xceed Chart for WinForms v4.4 Documentation
AxisPredefinedPosition Enumeration


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace : AxisPredefinedPosition Enumeration
Defines the possible predefined axis positions. Each entry in the enumeration represents a corner of the chart area cube.
Syntax
'Declaration
 
Public Enum AxisPredefinedPosition 
   Inherits System.Enum
'Usage
 
Dim instance As AxisPredefinedPosition
public enum AxisPredefinedPosition : System.Enum 
Members
MemberDescription
BackRightback right vertical corner. Can be used for axes with vertical orientation. Default position of the SecondaryY axis.
BackTopback top horizontal corner. Can be used for axes with horizontal orientation. Default position of the SecondaryX axis.
BottomRightbottom right depth corner. Can be used for axes with depth orientation. Default position of the Depth axis.
FrontBottomfront bottom horizontal corner. Can be used for axes with horizontal orientation. Default position of the PrimaryX axis.
FrontLeftfront left vertical corner. Can be used for axes with vertical orientation. Default position of the PrimaryY axis.
FrontRightfront right vertical corner. Can be used for axes with vertical orientation
FrontTopfront top horizontal corner. Can be used for axes with horizontal orientation.
TopLefttop left depth corner. Can be used for axes with depth orientation.
TopRighttop right depth corner. Can be used for axes with depth orientation.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Chart.Core.AxisPredefinedPosition

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