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 zooming and panning on the X axis and enables fitting to bounds.
Enables zooming and panning on the Y axis and enables fitting to bounds.
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 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 the touch-and-hold gesture on touch devices. The "Zoom by section" feature will be triggered to the left click on desktop devices and the touch-and-hold gesture on touch devices, this flag must be used in conjunction with X, Y, or Both to have an effect.