Defines how a RadChartBase instance will handle mouse wheel.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public enum ChartMouseWheelMode
Fields
Mouse wheel will result in zooming in and out with respect to the ZoomMode property.
C#
Default = 0
Mouse wheel is not handled.
C#
None = 1
Mouse wheel will result in horizontal pan.
C#
PanHorizontally = 5
Mouse wheel will result in vertical pan.
C#
PanVertically = 6
Mouse wheel will zoom the chart in and out both horizontally and vertically.
C#
Zoom = 2
Mouse wheel will zoom the chart in and out horizontally.
C#
ZoomHorizontally = 3
Mouse wheel will zoom the chart in and out vertically.
C#
ZoomVertically = 4