NChartRotateAroundYToAngle Method (Single, Single, Single) |
Rotate chart around the Y-Axis (vertical axis) with animation (has effect in 3D mode only).
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public void RotateAroundYToAngle(
float angle,
float duration,
float delay
)
Public Sub RotateAroundYToAngle (
angle As Single,
duration As Single,
delay As Single
)
public:
virtual void RotateAroundYToAngle(
[InAttribute] float angle,
[InAttribute] float duration,
[InAttribute] float delay
) sealed
Parameters
- angle
- Type: SystemSingle
Angle around the Y-Axis in radians. - duration
- Type: SystemSingle
Duration of the animation in seconds. - delay
- Type: SystemSingle
Delay of the animation in seconds.
See Also