ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / Axis Class / MinorTickMarks Property

In This Topic
    MinorTickMarks Property
    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