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