GrapeCity.Xaml.Excel
AxisOrientation Enumeration


GrapeCity.Excel.Chart Namespace : AxisOrientation Enumeration
Specifies the possible ways to place a picture on a data point, series, wall of floor.
Syntax
'Declaration
 
Public Enum AxisOrientation 
   Inherits System.Enum
'Usage
 
Dim instance As AxisOrientation
public enum AxisOrientation : System.Enum 
Members
MemberDescription
MaxMin Speficies that the value on the axis shall be reversed so they go from maximun to minimun.
MinMax Specifies that the axis values shall be in the in usual order, minmum to maximun.
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.Excel.Chart Namespace