FlexChart | ComponentOne
C1.WPF.FlexChart.4.6.2 程序集 / C1.WPF.Chart.Interaction 命名空间 / GestureMode 枚举

本主题中
    GestureMode 枚举
    本主题中
    Specifies available values for gesture direction.
    语法
    '声明
     
    Public Enum GestureMode 
       Inherits System.Enum
    public enum GestureMode : System.Enum 
    成员
    成员说明
    NoneHas no effect.
    XCauses behavior along x- axis.
    XYCauses behavior along both x- and y- axes.
    YCauses behavior along y- axis.
    继承层次

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

    请参见