GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / TickMark Enumeration


TickMark Enumeration
Represents the possible positions for tick marks.
Syntax
'Declaration
 
Public Enum TickMark 
   Inherits System.Enum
 
'Usage
 
Dim instance As TickMark
Members
MemberDescription
CrossThe tick marks shall cross the axis.
InsideThe tick marks shall be inside the plot area.
NoneThere shall be no tick marks.
OutsideThe tick marks shall be outside the plot area.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Charts.TickMark

See Also