Zoom of the chart. The default zoom is 1 which corresponds to the fitting the chart to screen (both in 2D and 3D).
The zooming is proportional. If you want non-proportional zoom in 2D mode, you should use ZoomToRegionFrom method of NChartValueAxis.
If you want to alter the initial zoom, you should change the value of this property after UpdateData call.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public float Zoom { get; set; }
Public Property Zoom As Single
Get
Set
public:
virtual property float Zoom {
float get () sealed;
void set (float value) sealed;
}
Property Value
Type:
SingleSee Also