Class ChartDragMode
Defines how a RadChartBase instance will handle a mouse drag gesture.
Inheritance
System.Object
ChartDragMode
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class ChartDragMode : Enum
Fields
None
Mouse dragging is not handled.
Declaration
public const ChartDragMode None
Field Value
ChartDragMode
|
Pan
Dragging the mouse will pan the chart's plot area.
Declaration
public const ChartDragMode Pan
Field Value
ChartDragMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Zoom
Dragging the mouse will mark the area the chart will zoom into.
Declaration
public const ChartDragMode Zoom
Field Value
ChartDragMode
|