ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ChartAxisTagHelper Class / MajorGrid Property

In This Topic
    MajorGrid Property (ChartAxisTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ChartAxis<T>.MajorGrid. Sets a value indicating whether the axis includes grid lines.
    Syntax
    'Declaration
     
    Public Property MajorGrid As Boolean
    public bool MajorGrid {get; set;}
    See Also