Class ChartAnimationPanel
Inheritance
System.Object
ChartAnimationPanel
Namespace: Com.Telerik.Widget.Chart.Visualization.Behaviors
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class ChartAnimationPanel : FrameLayout, ChartSeriesModel.IDataPointsChangedListener, IChartAnimationFinishedListener, IPropertyChangedListener, IJavaObject, IDisposable, IJavaPeerable
Constructors
ChartAnimationPanel(Context)
Declaration
public ChartAnimationPanel(Context context)
Parameters
Android.Content.Context
context
|
ChartAnimationPanel(Context, IAttributeSet)
Declaration
public ChartAnimationPanel(Context context, IAttributeSet attrs)
Parameters
Android.Content.Context
context
|
Android.Util.IAttributeSet
attrs
|
ChartAnimationPanel(IntPtr, JniHandleOwnership)
Declaration
protected ChartAnimationPanel(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
Chart
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
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
|
OnAnimationFinished(IChartAnimation, SeriesAnimationView)
Declaration
public virtual void OnAnimationFinished(IChartAnimation animation, SeriesAnimationView animatedView)
Parameters
IChartAnimation
animation
|
SeriesAnimationView
animatedView
|
Implements
OnCollectionChanged(CollectionChangedEvent)
Declaration
public virtual void OnCollectionChanged(CollectionChangedEvent info)
Parameters
CollectionChangedEvent
info
|
OnPointAdded(Int32, DataPoint)
Declaration
public virtual void OnPointAdded(int index, DataPoint point)
Parameters
System.Int32
index
|
DataPoint
point
|
Implements
OnPointRemoved(Int32, DataPoint)
Declaration
public virtual void OnPointRemoved(int index, DataPoint point)
Parameters
System.Int32
index
|
DataPoint
point
|
Implements
OnPropertyChanged(Object, String, Object)
Declaration
public virtual void OnPropertyChanged(Object sender, string propertyName, Object propertyValue)
Parameters
Java.Lang.Object
sender
|
System.String
propertyName
|
Java.Lang.Object
propertyValue
|
Implements
RemoveAnimation(IChartAnimation)
Declaration
public virtual bool RemoveAnimation(IChartAnimation animation)
Parameters
IChartAnimation
animation
|
Returns
System.Boolean
|
StartAllAnimations()
Declaration
public virtual void StartAllAnimations()