ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / Axis Class / GroupProvider Property

In This Topic
    GroupProvider Property (Axis)
    In This Topic
    Gets or sets the group provider.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Axis.GroupProvider", "Gets or sets the group provider.")>
    Public Property GroupProvider As IAxisGroupProvider
    [C1Description("Axis.GroupProvider", "Gets or sets the group provider.")]
    public IAxisGroupProvider GroupProvider {get; set;}
    See Also