ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / Axis Class / GroupItemsPath Property



In This Topic
    GroupItemsPath Property
    In This Topic
    Gets or sets the group names
    Syntax
    'Declaration
     
    
    Public Property GroupItemsPath As String
    'Usage
     
    
    Dim instance As Axis
    Dim value As String
     
    instance.GroupItemsPath = value
     
    value = instance.GroupItemsPath
    public string GroupItemsPath {get; set;}
    public:
    property String^ GroupItemsPath {
       String^ get();
       void set (    String^ value);
    }
    See Also