com.nchart3d.NChart.NChartZoomMode Enum Reference
The ZoomMode enum provides constants for different zoom modes. More...
Public Attributes | |
| None | |
| Zoom is disabled. | |
| Proportional | |
| Zoom is enabled and is always proportional. | |
| Directional | |
| Zoom is enabled and is directional, so the user can zoom separately in the horizontal and vertical direction. More... | |
Detailed Description
The ZoomMode enum provides constants for different zoom modes.
Member Data Documentation
| com.nchart3d.NChart.NChartZoomMode.Directional |
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.
