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


In This Topic
    MinorGrid Property
    In This Topic
    Gets or set a value indicating whether to draw minor grid.
    Syntax
    'Declaration
     
    
    Public Property MinorGrid As Boolean
    'Usage
     
    
    Dim instance As ChartAxis
    Dim value As Boolean
     
    instance.MinorGrid = value
     
    value = instance.MinorGrid
    public bool MinorGrid {get; set;}
    See Also