Class SeriesAnimationViewport
Inheritance
System.Object
SeriesAnimationViewport
Namespace: Com.Telerik.Widget.Chart.Visualization.Behaviors.Views
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class SeriesAnimationViewport : ViewGroup
Constructors
SeriesAnimationViewport(Context)
Declaration
public SeriesAnimationViewport(Context context)
Parameters
Android.Content.Context
context
|
SeriesAnimationViewport(IntPtr, JniHandleOwnership)
Declaration
protected SeriesAnimationViewport(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
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
OnLayout(Boolean, Int32, Int32, Int32, Int32)
Declaration
protected override void OnLayout(bool changed, int left, int top, int right, int bottom)
Parameters
System.Boolean
changed
|
System.Int32
left
|
System.Int32
top
|
System.Int32
right
|
System.Int32
bottom
|