Class ChartPanZoomMode
Defines how a Rad
Inheritance
System.Object
ChartPanZoomMode
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public sealed class ChartPanZoomMode : Enum
Fields
Both
Both Horizontal and Vertical flags are valid.
Declaration
public const ChartPanZoomMode Both
Field Value
Horizontal
The chart is zoomed/panned horizontally (along the X-axis).
Declaration
public const ChartPanZoomMode Horizontal
Field Value
None
A zoom/pan gesture is not handled.
Declaration
public const ChartPanZoomMode None
Field Value
value__
Declaration
public int value__
Field Value
System.
|
Vertical
The chart is zoomed/panned vertically (along the Y-axis).
Declaration
public const ChartPanZoomMode Vertical