Specifies available values for mouse wheel direction.

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)

Syntax

C#
public enum MouseWheelDirection
Visual Basic
Public Enumeration MouseWheelDirection
XAML Attribute Usage
<object property="enumerationMemberName" .../>

Members

Member nameValueDescription
None0 Mouse wheel has no effect.
X1 Mouse wheel causes action along x-axis.
Y2 Mouse wheel causes action along y-axis.
XY3 Mouse wheel causes action along both x- and y- axes.

See Also