Change position so that the chart is aligned to the center of the screen. This method takes effect in 3D mode only.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public void AlignCenter(
float duration
)
Public Sub AlignCenter (
duration As Single
)
public:
virtual void AlignCenter(
[InAttribute] float duration
) sealed
Parameters
- duration
- Type: SystemSingle
Duration of the animation in seconds.
See Also