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; }
Public Property ShouldAutoZoom As Boolean
Get
Set
public:
virtual property bool ShouldAutoZoom {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also