ComponentOne FinancialChart for WinForms
C1.Win.Chart.Interaction Namespace / AxisScrollbar Class / ScrollButtonsVisible Property

In This Topic
    ScrollButtonsVisible Property (AxisScrollbar)
    In This Topic
    Gets or sets a value that indicates whether scroll buttons should be displayed.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    <C1DescriptionAttribute("Interaction.AxisScrollbar.ScrollButtonsVisible", "Gets or sets a value that indicates whether scroll buttons should be displayed.")>
    <C1CategoryAttribute("Appearance")>
    Public Property ScrollButtonsVisible As Boolean
    [DefaultValue(true)]
    [C1Description("Interaction.AxisScrollbar.ScrollButtonsVisible", "Gets or sets a value that indicates whether scroll buttons should be displayed.")]
    [C1Category("Appearance")]
    public bool ScrollButtonsVisible {get; set;}
    See Also