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
)
Sub DidEndAnimating (
chart As NChart,
obj As Object,
animation As NChartAnimationType
)
void DidEndAnimating(
[InAttribute] NChart^ chart,
[InAttribute] Object^ obj,
[InAttribute] 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