2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ScrollBarAppearanceEnum Enumeration

In This Topic
    ScrollBarAppearanceEnum Enumeration
    In This Topic
    The ScrollBarAppearanceEnum enumeration is used to select the style and appearance of axis scrollbars.
    Syntax
    'Declaration
     
    Public Enum ScrollBarAppearanceEnum 
       Inherits System.Enum
    public enum ScrollBarAppearanceEnum : System.Enum 
    Members
    MemberDescription
    FlatA flat styled scrollbar, with no 3D effects is used.
    NormalA standard or normal system styled scrollbar is used.
    XPA styled scrollbar consistent with the current Windows theme.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Chart.ScrollBarAppearanceEnum

    See Also