Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / Axis Class / MajorGrid Property

In This Topic
    MajorGrid Property
    In This Topic
    Gets or sets a value indicating whether the axis includes grid lines.
    Syntax
    'Declaration
     
    
    Public Property MajorGrid As Boolean
    public bool MajorGrid {get; set;}
    See Also