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