Class ChartAnimationGroup
Inheritance
System.Object
ChartAnimationGroup
Namespace: Com.Telerik.Widget.Chart.Visualization.Behaviors.Animations
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class ChartAnimationGroup : Object, IChartAnimation, IJavaObject, IDisposable, IJavaPeerable, IRunnable
Constructors
ChartAnimationGroup(ChartSeries)
ChartAnimationGroup(IntPtr, JniHandleOwnership)
Declaration
protected ChartAnimationGroup(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
ChildDuration
Declaration
protected virtual long ChildDuration { get; }
Property Value
System.Int64
|
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
AddAnimation(IChartAnimation)
Declaration
public virtual void AddAnimation(IChartAnimation animation)
Parameters
IChartAnimation
animation
|
AddAnimationFinishedListener(IChartAnimationFinishedListener)
Declaration
public virtual void AddAnimationFinishedListener(IChartAnimationFinishedListener listener)
Parameters
IChartAnimationFinishedListener
listener
|
Implements
RemoveAnimation(IChartAnimation)
Declaration
public virtual void RemoveAnimation(IChartAnimation animation)
Parameters
IChartAnimation
animation
|
RemoveAnimationFinishedListener(IChartAnimationFinishedListener)
Declaration
public virtual void RemoveAnimationFinishedListener(IChartAnimationFinishedListener listener)
Parameters
IChartAnimationFinishedListener
listener
|
Implements
Run()
Declaration
public virtual void Run()
SetInitialValues(SeriesAnimationView)
Declaration
public virtual void SetInitialValues(SeriesAnimationView view)
Parameters
SeriesAnimationView
view
|
Implements
SetSequenceMode(ChartAnimationSequenceMode)
Declaration
public virtual void SetSequenceMode(ChartAnimationSequenceMode value)
Parameters
ChartAnimationSequenceMode
value
|
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>
|