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

In This Topic
    GroupNames Property (Axis)
    In This Topic
    Gets or sets the group names.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Axis.GroupItemsPath", "Gets or sets the group names.")>
    <C1CategoryAttribute("Data")>
    <DefaultValueAttribute("")>
    Public Property GroupNames As String
    [C1Description("Axis.GroupItemsPath", "Gets or sets the group names.")]
    [C1Category("Data")]
    [DefaultValue("")]
    public string GroupNames {get; set;}
    See Also