Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartAxis 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 ChartTickMarkType
    'Usage
     
    
    Dim instance As ChartAxis
    Dim value As ChartTickMarkType
     
    instance.MinorTickMarks = value
     
    value = instance.MinorTickMarks
    public ChartTickMarkType MinorTickMarks {get; set;}
    See Also