Class ChartScaleAnimation
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Visualization.Behaviors.Animations
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class ChartScaleAnimation : ChartAnimationBase, IChartAnimation, IJavaObject, IDisposable, IJavaPeerable, IRunnable
Constructors
ChartScaleAnimation()
Declaration
public ChartScaleAnimation()
ChartScaleAnimation(ChartSeries)
ChartScaleAnimation(IntPtr, JniHandleOwnership)
Declaration
protected ChartScaleAnimation(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
PivotX
Declaration
public virtual float PivotX { get; set; }
Property Value
System.Single
|
PivotY
Declaration
public virtual float PivotY { get; set; }
Property Value
System.Single
|
StartScaleX
Declaration
public virtual float StartScaleX { get; set; }
Property Value
System.Single
|
StartScaleY
Declaration
public virtual float StartScaleY { get; set; }
Property Value
System.Single
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Overrides
Methods
AnimateViewCore(ViewPropertyAnimatorCompat)
Declaration
protected override void AnimateViewCore(ViewPropertyAnimatorCompat animator)
Parameters
AndroidX.Core.View.ViewPropertyAnimatorCompat
animator
|
Overrides
SetInitialValues(SeriesAnimationView)
Declaration
public override void SetInitialValues(SeriesAnimationView view)
Parameters
SeriesAnimationView
view
|