Spread.Services Documentation
TickLabelPosition Enumeration
GrapeCity.Documents.Spread.Drawing Namespace : TickLabelPosition Enumeration
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.Spread.Drawing.TickLabelPosition

See Also

Reference

GrapeCity.Documents.Spread.Drawing Namespace