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

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