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

In This Topic
    GroupsOptions Property (ChartAxisTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ChartAxis<T>.GroupsOptions. Sets label groups settings for the axis
    Syntax
    'Declaration
     
    Public Property GroupsOptions As AxisGroupsOptions
    public AxisGroupsOptions GroupsOptions {get; set;}
    See Also