ZoomAndPanMode
Enum
Assembly LiveChartsCore
Namespace LiveChartsCore.Measure
Summary:
Defines the zooming and panning mode.
Fields
Disables zooming and panning.
Enables panning on the X axis.
Enables zooming on the X axis (wheel, pinch and zoom by section).
Enables panning on the Y axis.
Enables zooming on the Y axis (wheel, pinch and zoom by section).
Enables zooming and panning on both axes and enables fitting to bounds.
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.