Enum
ChartDragMode

Defines how a RadChartBase instance will handle a mouse drag gesture.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public enum ChartDragMode

Fields

None

Mouse dragging is not handled.

Declaration

cs-api-definition
None = 0

Field Value

ChartDragMode

Pan

Dragging the mouse will pan the chart's plot area.

Declaration

cs-api-definition
Pan = 2

Field Value

ChartDragMode

Zoom

Dragging the mouse will mark the area the chart will zoom into.

Declaration

cs-api-definition
Zoom = 1

Field Value

ChartDragMode

In this article
DefinitionFieldsNonePanZoom
Not finding the help you need?
Contact Support