ComponentOne FinancialChart for WPF
C1.WPF.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
    'Usage
     
    
    Dim instance As Axis
    Dim value As IAxisGroupProvider
     
    instance.GroupProvider = value
     
    value = instance.GroupProvider
    public IAxisGroupProvider GroupProvider {get; set;}
    public:
    property IAxisGroupProvider^ GroupProvider {
       IAxisGroupProvider^ get();
       void set (    IAxisGroupProvider^ value);
    }
    See Also