Interface IChartAnimation
Namespace: Com.Telerik.Widget.Chart.Visualization.Behaviors.Animations
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public interface IChartAnimation : IJavaObject, IDisposable, IJavaPeerable
Properties
Duration
Declaration
long Duration { get; set; }
Property Value
System.Int64
|
InitialDelay
Declaration
long InitialDelay { get; set; }
Property Value
System.Int64
|
Interpolator
Declaration
IInterpolator Interpolator { get; set; }
Property Value
Android.Views.Animations.IInterpolator
|
Series
Methods
AddAnimationFinishedListener(IChartAnimationFinishedListener)
Declaration
void AddAnimationFinishedListener(IChartAnimationFinishedListener p0)
Parameters
IChartAnimationFinishedListener
p0
|
RemoveAnimationFinishedListener(IChartAnimationFinishedListener)
Declaration
void RemoveAnimationFinishedListener(IChartAnimationFinishedListener p0)
Parameters
IChartAnimationFinishedListener
p0
|
SetInitialValues(SeriesAnimationView)
Start(SeriesAnimationView)
Declaration
ViewPropertyAnimatorCompat Start(SeriesAnimationView p0)
Parameters
SeriesAnimationView
p0
|
Returns
AndroidX.Core.View.ViewPropertyAnimatorCompat
|