ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1DragHelperMode Enumeration



In This Topic
    C1DragHelperMode Enumeration
    In This Topic
    Determines the kind of drag gesture that will be listened.
    Syntax
    'Declaration
     
    
    Public Enum C1DragHelperMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As C1DragHelperMode
    public enum C1DragHelperMode : System.Enum 
    public enum class C1DragHelperMode : public System.Enum 
    Members
    MemberDescription
    InertiaApply inertia when drag finish.
    TranslateRailXThe drag will be performed in the x coordinates if it starts in this direction.
    TranslateRailYThe drag will be performed in the y coordinates if it starts in this direction.
    TranslateXThe drag will be performed only considering x coordinates.
    TranslateXYBoth x and y coordinates will be considered in the gesture.
    TranslateYThe drag will be performed only considering y coordinates.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.C1DragHelperMode

    See Also