Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartAxis Class / MinorUnit Property


In This Topic
    MinorUnit Property
    In This Topic
    Gets or sets the distance between minor ticks and grid lines.
    Syntax
    'Declaration
     
    
    Public Property MinorUnit As Double
    'Usage
     
    
    Dim instance As ChartAxis
    Dim value As Double
     
    instance.MinorUnit = value
     
    value = instance.MinorUnit
    public double MinorUnit {get; set;}
    See Also