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

In This Topic
    GroupVisibilityLevel Property (Axis)
    In This Topic
    Gets or sets the limiting level of visible collapsible groups.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Axis.GroupVisibilityLevel", "Gets or sets the limiting level of visible collapsible groups.")>
    Public Property GroupVisibilityLevel As Integer
    [C1Description("Axis.GroupVisibilityLevel", "Gets or sets the limiting level of visible collapsible groups.")]
    public int GroupVisibilityLevel {get; set;}
    See Also