public void DidEndAnimating (NSObject obj, NChartAnimationType animation)
		{
			// Do nothing, this demo requires no catching of animation ending.
		}
예제 #2
0
 public void DidEndAnimating(NChart nChart, Java.Lang.Object o, NChartAnimationType animationType)
 {
     // Do nothing, this demo requires no catching of animation ending.
 }
예제 #3
0
 public void DidEndAnimating(NChart chart, NSObject obj, NChartAnimationType animation)
 {
     // Do nothing, this demo requires no catching of animation ending.
 }