WinUI | ComponentOne
C1.WinUI.Chart Assembly / C1.Chart Namespace / LegendScrollBars Enumeration
In This Topic
    LegendScrollBars Enumeration
    In This Topic
    Specifies which scroll bars wiil be visible in legend.
    Syntax
    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