Click or drag to resize
NChartRotatePolarToAngle Method (Single, Single, Single, INChartInterpolator)
Rotate polar coordinate system with animation (has effect in 2D mode only). See NChartInterpolator for details.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public void RotatePolarToAngle(
	float angle,
	float duration,
	float delay,
	INChartInterpolator interpolator
)

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 animation in seconds.
interpolator
Type: NChart3D_UWPINChartInterpolator
Interpolator that controls the angle changing over the time.
See Also