[]
        
(Showing Draft Content)

C1.WPF.C1Chart.MouseWheelDirection

MouseWheelDirection Enum

Specifies available values for mouse wheel direction.

Namespace: C1.WPF.C1Chart
Assembly: C1.WPF.C1Chart.4.6.2.dll
Syntax
[Flags]
public enum MouseWheelDirection

Fields

Name Description
None

Mouse wheel has no effect.

X

Mouse wheel causes action along x-axis.

XY

Mouse wheel causes action along both x- and y- axes.

Y

Mouse wheel causes action along y-axis.