ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / MouseWheelDirection Enumeration


In This Topic
    MouseWheelDirection Enumeration
    In This Topic
    Specifies available values for mouse wheel direction.
    Syntax
    'Declaration
     
    
    <FlagsAttribute()>
    Public Enum MouseWheelDirection 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As MouseWheelDirection
    [Flags()]
    public enum MouseWheelDirection : System.Enum 
    Members
    MemberDescription
    NoneMouse wheel has no effect.
    XMouse wheel causes action along x-axis.
    XYMouse wheel causes action along both x- and y- axes.
    YMouse wheel causes action along y-axis.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.C1Chart.MouseWheelDirection

    See Also