ComponentOne FinancialChart for WPF
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
    'Usage
     
    
    Dim instance As LegendScrollBars
    public enum LegendScrollBars : System.Enum 
    public enum class LegendScrollBars : public 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