Click or drag to resize
NChartRotateAroundYToAngle Method (Single, Single, Single, INChartInterpolator)
Rotate chart around the Y-Axis (vertical axis) with animation (has effect in 3D mode only). See NChartInterpolator for details.

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

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