NChartZoomMode Enumeration |
The NChartZoomMode enum provides constants for different zoom modes.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public enum NChartZoomMode
Public Enumeration NChartZoomMode
public enum class NChartZoomMode
Members
| Member name | Value | Description |
---|
| None | 0 |
Zoom is disabled.
|
| Proportional | 1 |
Zoom is enabled and is always proportional.
|
| Directional | 2 |
Zoom is enabled and is directional so the user can zoom separately in the horizontal and vertical direction. By
diagonal direction zoom is proportional. Direction is determined as a vector that connects the user's fingers
during the pinch gesture.
|
See Also