ZoomAndPanMode
Enum

Assembly LiveChartsCore
Namespace LiveChartsCore.Measure

Summary:
Defines the zooming and panning mode.

Inheritance:
Object =>
ValueType =>
Enum =>
ZoomAndPanMode

Fields

Disables zooming and panning.
Enables panning on the X axis.
Enables zooming on the X axis (wheel, pinch and zoom by section).
Enables zooming and panning on the X axis and enables fitting to bounds. Equivalent to PanX | ZoomX. To enable only one gesture on the X axis use PanX or ZoomX directly.
Enables panning on the Y axis.
Enables zooming on the Y axis (wheel, pinch and zoom by section).
Enables zooming and panning on the Y axis and enables fitting to bounds. Equivalent to PanY | ZoomY. To enable only one gesture on the Y axis use PanY or ZoomY directly.
Enables zooming and panning on both axes and enables fitting to bounds.
Disables data bounds fitting when zooming or panning, this flag must be used in conjunction with any of the pan/zoom flags (PanX, ZoomX, PanY, ZoomY, X, Y, or Both) to have an effect.
Disables the "Zoom by section" feature, which allows zooming in on a specific section of the chart.
When this flag is present the panning will be triggered using the right click on desktop devices and a double tap on touch devices. The "Zoom by section" feature will be triggered by the left click on desktop devices and a single tap on touch devices, this flag must be used in conjunction with any of the pan/zoom flags (PanX, ZoomX, PanY, ZoomY, X, Y, or Both) to have an effect.