New to Telerik UI for .NET MAUIStart a free 30-day trial

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

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

C#
[Flags]
public enum ChartPanZoomMode

Fields

Both Horizontal and Vertical flags are valid.

C#
Both = Horizontal | Vertical

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

C#
Horizontal = 1

A zoom/pan gesture is not handled.

C#
None = 0

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

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