NChartRotatePolarToAngle Method (Single, Single, Single) |
Rotate polar coordinate system with animation (has effect in 2D mode only).
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public void RotatePolarToAngle(
float angle,
float duration,
float delay
)
Public Sub RotatePolarToAngle (
angle As Single,
duration As Single,
delay As Single
)
public:
virtual void RotatePolarToAngle(
[InAttribute] float angle,
[InAttribute] float duration,
[InAttribute] float delay
) sealed
Parameters
- angle
- Type: SystemSingle
Angle of the polar coordinate system in radians. - duration
- Type: SystemSingle
Duration of the animation in seconds. - delay
- Type: SystemSingle
Delay of the animation in seconds.
See Also