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


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