ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Bullet Namespace / TickMark Enumeration

In This Topic
    TickMark Enumeration
    In This Topic
    Specifies the kind of tick marks in a bullet chart.
    Syntax
    'Declaration
     
    Public Enum TickMark 
       Inherits System.Enum
    public enum TickMark : System.Enum 
    Members
    MemberDescription
    InsideSpecifies tick marks inside the chart area.
    NoneSpecifies no tick marks.
    OutsideSpecifies tick marks outside the chart area.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Rendering.Components.Bullet.TickMark

    See Also