FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.Chart Namespace / Axis Class / MinorTickMarks Property

In This Topic
    MinorTickMarks Property (Axis)
    In This Topic
    Gets or sets a value indicating the appearance of minor tick marks.
    Syntax
    'Declaration
     
    Public Property MinorTickMarks As TickMark
    public TickMark MinorTickMarks {get; set;}
    See Also