ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / Legend Class / ScrollBars Property

In This Topic
    ScrollBars Property (Legend)
    In This Topic
    Gets or sets which scroll bars should appear in legend.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Legend.ScrollBars", "Gets or sets which scroll bars should appear in legend.")>
    Public Property ScrollBars As LegendScrollBars
    [C1Description("Legend.ScrollBars", "Gets or sets which scroll bars should appear in legend.")]
    public LegendScrollBars ScrollBars {get; set;}
    See Also