Spread.Services Documentation
TickMark Enumeration
GrapeCity.Documents.Spread.Drawing Namespace : TickMark Enumeration
Specifies the position of major and minor tick marks for an axis.
Syntax
public enum TickMark : System.Enum 
Members
MemberDescription
Cross Specifies that the marks cross the axis.
Inside Specifies that the marks are inside the axis.
None Specifies no marks.
Outside Specifies that the marks are outside the axis.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Spread.Drawing.TickMark

See Also

Reference

GrapeCity.Documents.Spread.Drawing Namespace