GrapeCity.Xaml.Excel
TickLabelPosition Enumeration


GrapeCity.Excel.Chart Namespace : TickLabelPosition Enumeration
Specifies the possible positions for tick labels
Syntax
'Declaration
 
Public Enum TickLabelPosition 
   Inherits System.Enum
'Usage
 
Dim instance As TickLabelPosition
public enum TickLabelPosition : System.Enum 
Members
MemberDescription
High Specifies the axis labels shall be at the high end of the perpendicular axis
Low Specifies the axis labels shall be at the low end of the perpendicular axis.
NextTo Specifies the axis labels shall be next to tha axis.
None Specifies the axis label are not drawn
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.Excel.Chart Namespace