Class ChartAnimationBase
Inheritance
System.Object
ChartAnimationBase
Namespace: Com.Telerik.Widget.Chart.Visualization.Behaviors.Animations
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public abstract class ChartAnimationBase : Object, IChartAnimation, IJavaObject, IDisposable, IJavaPeerable, IRunnable
Constructors
ChartAnimationBase()
Declaration
public ChartAnimationBase()
ChartAnimationBase(ChartSeries)
ChartAnimationBase(IntPtr, JniHandleOwnership)
Declaration
protected ChartAnimationBase(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
Duration
Declaration
public virtual long Duration { get; set; }
Property Value
System.Int64
|
Implements
InitialDelay
Declaration
public virtual long InitialDelay { get; set; }
Property Value
System.Int64
|
Implements
Interpolator
Declaration
public virtual IInterpolator Interpolator { get; set; }
Property Value
Android.Views.Animations.IInterpolator
|
Implements
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Series
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
AddAnimationFinishedListener(IChartAnimationFinishedListener)
Declaration
public virtual void AddAnimationFinishedListener(IChartAnimationFinishedListener listener)
Parameters
IChartAnimationFinishedListener
listener
|
Implements
AnimateViewCore(ViewPropertyAnimatorCompat)
Declaration
protected abstract void AnimateViewCore(ViewPropertyAnimatorCompat p0)
Parameters
AndroidX.Core.View.ViewPropertyAnimatorCompat
p0
|
OnAnimationFinished()
Declaration
protected virtual void OnAnimationFinished()
RemoveAnimationFinishedListener(IChartAnimationFinishedListener)
Declaration
public virtual void RemoveAnimationFinishedListener(IChartAnimationFinishedListener listener)
Parameters
IChartAnimationFinishedListener
listener
|
Implements
Run()
Declaration
public virtual void Run()
SetInitialValues(SeriesAnimationView)
Declaration
public abstract void SetInitialValues(SeriesAnimationView p0)
Parameters
SeriesAnimationView
p0
|
Implements
Start(SeriesAnimationView)
Declaration
public virtual ViewPropertyAnimatorCompat Start(SeriesAnimationView viewToAnimate)
Parameters
SeriesAnimationView
viewToAnimate
|
Returns
AndroidX.Core.View.ViewPropertyAnimatorCompat
|
Implements
Events
AnimationFinished
Declaration
public event EventHandler<ChartAnimationFinishedEventArgs> AnimationFinished
Event Type
System.EventHandler<ChartAnimationFinishedEventArgs>
|