New to Telerik UI for WPFStart a free 30-day trial

Defines how a RadChartBase instance will handle a zoom or a pan gesture.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

C#
[Flags]
public enum ChartPanZoomMode

Fields

Both Horizontal and Vertical flags are valid.

C#
Both = Horizontal | Vertical

The chart is zoomed horizontally (along the X-axis).

C#
Horizontal = 1

A zoom gesture is not handled.

C#
None = 0

The chart is zoomed vertically (along the Y-axis).

C#
Vertical = 2
In this article
DefinitionFieldsBothHorizontalNoneVertical
Not finding the help you need?
Contact Support