ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ChartAxis<T> Class / GroupsOptions Property

In This Topic
    GroupsOptions Property (ChartAxis<T>)
    In This Topic
    Gets or sets label groups settings for the axis
    Syntax
    'Declaration
     
    Public ReadOnly Property GroupsOptions As AxisGroupsOptions
    public AxisGroupsOptions GroupsOptions {get;}
    See Also