ChartDragMode
Enum
Defines how a RadChartBase instance will handle a mouse drag gesture.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public enum ChartDragMode
Fields
Mouse dragging is not handled.
C#
None = 0
Dragging the mouse will pan the chart's plot area.
C#
Pan = 2
Dragging the mouse will mark the area the chart will zoom into.
C#
Zoom = 1