RadControls for WPF

Defines how a RadChartBase instance will handle a zoom or a pan gesture.

Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart (in Telerik.Windows.Controls.Chart.dll) Version: 2013.1.403.40

Syntax

C#
public enum ChartPanZoomMode
Visual Basic
Public Enumeration ChartPanZoomMode

Members

Member nameValueDescription
None0 A zoom gesture is not handled.
Horizontal1 The chart is zoomed horizontally (along the X-axis).
Vertical2 The chart is zoomed vertically (along the Y-axis).
Both3 Both Horizontal and Vertical flags are valid.

See Also