Click or drag to resize
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
Members
  Member nameValueDescription
NormalAxis0 Zoom normal axis.
SecondaryAxis1 Zoom secondary axis.
BothAxes2 Zoom both normal and secondary axes.
See Also