Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartAxis Class / MinorTickMarks Property

In This Topic
    MinorTickMarks Property
    In This Topic
    Gets the ChartTickMarks object defining minor tick marks for the axis.
    Syntax
    'Declaration
     
    Public ReadOnly Property MinorTickMarks As ChartTickMarks
    public ChartTickMarks MinorTickMarks {get;}
    See Also