FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Chart Namespace / LegendScrollBars Enumeration

In This Topic
    LegendScrollBars Enumeration
    In This Topic
    Specifies which scroll bars wiil be visible in legend.
    Syntax
    'Declaration
     
    Public Enum LegendScrollBars 
       Inherits System.Enum
    public enum LegendScrollBars : System.Enum 
    Members
    MemberDescription
    NoneNo scroll bars are shown.
    VerticalShow vertical scroll bar if available height is not enough to show all legend items.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Chart.LegendScrollBars

    See Also