EnumChartPanZoomMode
Enum
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.
Horizontal
The chart is zoomed/panned horizontally (along the X-axis).
None
A zoom/pan gesture is not handled.
Vertical
The chart is zoomed/panned vertically (along the Y-axis).