SpreadsheetGear 2023
TickMark Enumeration


SpreadsheetGear.Charts Namespace : TickMark Enumeration
Specifies the type of tick marks on an axis.
Syntax
'Declaration
 
Public Enum TickMark 
   Inherits System.Enum
'Usage
 
Dim instance As TickMark
public enum TickMark : System.Enum 
Members
MemberDescription
CrossTick marks cross the axis.
InsideTick marks are inside the axis.
NoneNo tick marks.
OutsideTick marks are outside the axis.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Charts.TickMark

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpreadsheetGear.Charts Namespace