Class ChartPanZoomMode
Defines how a RadChartBase instance will handle a zoom or a pan gesture.
Inheritance
System.Object
ChartPanZoomMode
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class ChartPanZoomMode : Enum
Fields
Both
Both Horizontal and Vertical flags are valid.
Declaration
public const ChartPanZoomMode Both
Field Value
ChartPanZoomMode
|
Horizontal
The chart is zoomed horizontally (along the X-axis).
Declaration
public const ChartPanZoomMode Horizontal
Field Value
ChartPanZoomMode
|
None
A zoom gesture is not handled.
Declaration
public const ChartPanZoomMode None
Field Value
ChartPanZoomMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Vertical
The chart is zoomed vertically (along the Y-axis).
Declaration
public const ChartPanZoomMode Vertical
Field Value
ChartPanZoomMode
|