NChartAutoZoomAxes Enumeration |
The NChartAutoZoomAxes enum provides constants to determine which axes should be zoomed automatically.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public enum NChartAutoZoomAxes
Public Enumeration NChartAutoZoomAxes
public enum class NChartAutoZoomAxes
Members
| Member name | Value | Description |
---|
| NormalAxis | 0 |
Zoom normal axis.
|
| SecondaryAxis | 1 |
Zoom secondary axis.
|
| BothAxes | 2 |
Zoom both normal and secondary axes.
|
See Also