Click or drag to resize
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
)

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