Change zoom and position so that the chart fits the screen (with current rotation, if in 3D).
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public void FitToScreen(
float duration
)
Public Sub FitToScreen (
duration As Single
)
public:
virtual void FitToScreen(
[InAttribute] float duration
) sealed
Parameters
- duration
- Type: SystemSingle
Duration of the animation in seconds.
See Also