FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.Chart.Interaction Namespace / GestureMode Enumeration

In This Topic
    GestureMode Enumeration
    In This Topic
    Specifies available values for gesture direction.
    Syntax
    'Declaration
     
    Public Enum GestureMode 
       Inherits System.Enum
    public enum GestureMode : System.Enum 
    Members
    MemberDescription
    NoneHas no effect.
    XCauses behavior along x- axis.
    XYCauses behavior along both x- and y- axes.
    YCauses behavior along y- axis.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.Chart.Interaction.GestureMode

    See Also