Click or drag to resize
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
Members
  Member nameValueDescription
None0 Zoom is disabled.
Proportional1 Zoom is enabled and is always proportional.
Directional2 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