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

TickMark Enumeration
Specifies the kind of tick marks in a bullet chart.
Syntax
'Declaration
 
Public Enum TickMark 
   Inherits 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