Click or drag to resize
INChartDelegateDidEndAnimating Method
Report that animation of chart object is done.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
void DidEndAnimating(
	NChart chart,
	Object obj,
	NChartAnimationType animation
)

Parameters

chart
Type: NChart3D_UWPNChart
Pointer to the chart instance.
obj
Type: SystemObject
Pointer to the chart object instance.
animation
Type: NChart3D_UWPNChartAnimationType
Type of animation that is done.
See Also