2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / AxisScrollBarButtonFlags Enumeration

In This Topic
    AxisScrollBarButtonFlags Enumeration
    In This Topic
    The Axis scroll bar button flags.
    Syntax
    'Declaration
     
    Public Enum AxisScrollBarButtonFlags 
       Inherits System.Enum
    public enum AxisScrollBarButtonFlags : System.Enum 
    Members
    MemberDescription
    NoButtonsDo not show scrollbar buttons (not used).
    ScaleAndScrollButtonsShow scale button and scroll buttons (default value).
    ScaleButtonShow scale button.
    ScrollButtonsShow scroll buttons.
    Inheritance Hierarchy

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

    See Also