ComponentOne FinancialChart for WPF
C1.WPF.Chart.Interaction Namespace / C1AxisScrollbar Class / ScrollButtonsVisible Property



In This Topic
    ScrollButtonsVisible Property
    In This Topic
    Gets or sets the decrease button and increase button is visible or not.
    Syntax
    'Declaration
     
    
    Public Property ScrollButtonsVisible As Boolean
    'Usage
     
    
    Dim instance As C1AxisScrollbar
    Dim value As Boolean
     
    instance.ScrollButtonsVisible = value
     
    value = instance.ScrollButtonsVisible
    public bool ScrollButtonsVisible {get; set;}
    public:
    property bool ScrollButtonsVisible {
       bool get();
       void set (    bool value);
    }
    See Also