Click or drag to resize
NChartCartesianSystemShouldAutoZoom Property
Flag determining if auto zoom mode is on (true), or off (false). The default value is false. In auto zoom mode, the axis set to be auto-zoomed by the AutoZoomAxes property is zoomed automatically so that the visible part of the chart is fit to the plot area. This property takes effect in 2D mode only.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public bool ShouldAutoZoom { get; set; }

Property Value

Type: Boolean
See Also