Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / TickLabelPosition Enumeration
In This Topic
    TickLabelPosition Enumeration
    In This Topic
    Specifies the position of tick-mark labels on the specified axis.
    Syntax
    public enum TickLabelPosition : System.Enum 
    Members
    MemberDescription
    High Specifies that the tick marks are at the top or right side of the chart.
    Low Specifies that the tick marks are on the bottom or left side of the chart.
    NextToAxis Specifies that the tick marks are next to the axis (where the axis is not at either side of the chart).
    None Specifies no tick marks.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.Drawing.TickLabelPosition

    See Also