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



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