ComponentOne Chart for WPF and Silverlight
MouseWheelDirection Enumeration


C1.WPF.C1Chart Namespace : MouseWheelDirection Enumeration
Specifies available values for mouse wheel direction.
Syntax
'Declaration
 
<System.FlagsAttribute()>
Public Enum MouseWheelDirection 
   Inherits System.Enum
'Usage
 
Dim instance As MouseWheelDirection
[System.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

Reference

C1.WPF.C1Chart Namespace