GrapeCity.Xaml.Excel
TickMark Enumeration


GrapeCity.Excel.Chart Namespace : TickMark Enumeration
Specifies the possible positions for tick marks
Syntax
'Declaration
 
Public Enum TickMark 
   Inherits System.Enum
'Usage
 
Dim instance As TickMark
public enum TickMark : System.Enum 
Members
MemberDescription
Cross Specifies the tick marks shall cross the axis.
Inside Specifies the tick marks shall be inside the plot area.
None Specifies there shall be no tick marks.
Outside Specifies the tick marks shall be outside the plot area.
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.Excel.Chart Namespace