EnumChartPanZoomMode
Enum
Defines how a RadChartBase instance will handle a zoom or a pan gesture.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
[Flags]
public enum ChartPanZoomMode
Fields
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).