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

In This Topic
    GroupProvider Property
    In This Topic
    Gets or sets the group provider.
    Syntax
    'Declaration
     
    
    Public Property GroupProvider As IAxisGroupProvider
    public IAxisGroupProvider GroupProvider {get; set;}
    See Also