Enum
ChartPanZoomMode

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:

cs-api-definition
[Flags]
public enum ChartPanZoomMode

Fields

Both

Both Horizontal and Vertical flags are valid.

Declaration

cs-api-definition
Both = Horizontal | Vertical

Field Value

ChartPanZoomMode

Horizontal

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

Declaration

cs-api-definition
Horizontal = 1

Field Value

ChartPanZoomMode

None

A zoom/pan gesture is not handled.

Declaration

cs-api-definition
None = 0

Field Value

ChartPanZoomMode

Vertical

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

Declaration

cs-api-definition
Vertical = 2

Field Value

ChartPanZoomMode

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