Minimal zoom of the chart. After this zoom is reached by user interactions, chart starts bouncing zoom.
The minimal zoom differs in 2D and 3D mode. In 3D mode the default value is 0.5. In 2D it is 1.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public float MinZoom { get; set; }
Public Property MinZoom As Single
Get
Set
public:
virtual property float MinZoom {
float get () sealed;
void set (float value) sealed;
}
Property Value
Type:
SingleSee Also