Maximal zoom of the chart.After this zoom is reached by user interactions, chart starts bouncing zoom.
The maximal zoom differs in 2D and 3D mode.In 2D mode the default value is recalculated each time the chart is
laid out(by changing of the frame or by updating data) according to the data on the axes in case
ShouldCalculate2DZoomBoundsAutomatically flag is set to true.In 3D the default value is 2.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public float MaxZoom { get; set; }
Public Property MaxZoom As Single
Get
Set
public:
virtual property float MaxZoom {
float get () sealed;
void set (float value) sealed;
}
Property Value
Type:
SingleSee Also