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