Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartTickMarksType Enumeration

In This Topic
    ChartTickMarksType Enumeration
    In This Topic
    Specifies the types of tick marks.
    Syntax
    'Declaration
     
    Public Enum ChartTickMarksType 
       Inherits System.Enum
    public enum ChartTickMarksType : System.Enum 
    Members
    MemberDescription
    CrossTick mark across the axis.
    InsideTick mark inside the axis.
    NoneNo tick mark.
    OutsideTick mark outside the axis.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Rdl.Rdl2008.ChartTickMarksType

    See Also