Interface IChartAnimationFinishedListener
Namespace: Com.Telerik.Widget.Chart.Visualization.Behaviors.Animations
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public interface IChartAnimationFinishedListener : IJavaObject, IDisposable, IJavaPeerable
Methods
OnAnimationFinished(IChartAnimation, SeriesAnimationView)
Declaration
void OnAnimationFinished(IChartAnimation p0, SeriesAnimationView p1)
Parameters
IChartAnimation
p0
|
SeriesAnimationView
p1
|