FlexChart | ComponentOne
C1.Win.FlexChart.4.8 Assembly / C1.Win.Chart.Interaction Namespace / AxisScrollbar.ScrollbarPosition Enumeration

In This Topic
    AxisScrollbar.ScrollbarPosition Enumeration
    In This Topic
    Position of the axis scroll bar with respect to the axis
    Syntax
    'Declaration
     
    Public Enum AxisScrollbar.ScrollbarPosition 
       Inherits System.Enum
    public enum AxisScrollbar.ScrollbarPosition : System.Enum 
    Members
    MemberDescription
    InsideThe scrollbar is between axis and chart
    OutsideThe scrollbar is between the border and axis
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Chart.Interaction.AxisScrollbar.ScrollbarPosition

    See Also