Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / TickMarksTypes Enumeration


In This Topic
    TickMarksTypes Enumeration
    In This Topic
    Determines how tick marks are displayed. 
    Syntax
    'Declaration
     
    Public Enum TickMarksTypes 
       Inherits System.Enum
    'Usage
     
    Dim instance As TickMarksTypes
    public enum TickMarksTypes : System.Enum 
    Members
    MemberDescription
    crossTick marks will be displayed on the chart's axis.
    insideTick marks will be displayed inside of the chart.
    noneTick marks will not be displayed.
    outsideTick marks will be displayed outside of the chart.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Document.NET.TickMarksTypes

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, 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