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

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