Enum ChartPanZoomMode
Defines how a RadChartBase instance will handle a zoom or a pan gesture.
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
[Flags]
public enum ChartPanZoomMode
Both
Both Horizontal and Vertical flags are valid.
Horizontal
The chart is zoomed horizontally (along the X-axis).
None
A zoom gesture is not handled.
Vertical
The chart is zoomed vertically (along the Y-axis).