GrapeCity.Xaml.Excel
AxisPosition Enumeration


GrapeCity.Excel.Chart Namespace : AxisPosition Enumeration
Specifies the position for an axis.
Syntax
'Declaration
 
Public Enum AxisPosition 
   Inherits System.Enum
'Usage
 
Dim instance As AxisPosition
public enum AxisPosition : System.Enum 
Members
MemberDescription
Bottom The axis shall be displayed at the bottom of the plot area.
Left The axis shall be displayed at the left of the plot area.
Right The axis shall be displayed at the right of the plot area.
Top The axis shall be displayed at the top of the plot area.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.Chart.AxisPosition

See Also

Reference

GrapeCity.Excel.Chart Namespace