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 panning on the Y axis.
Enables zooming on the X axis.
Enables zooming and panning on the X axis.
Enables zooming on the Y axis.
Enables zooming and panning on the Y axis.
Enables zooming and panning on both axes.
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.