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