Class ChartAnimationSequenceMode
Inheritance
System.Object
ChartAnimationSequenceMode
Namespace: Com.Telerik.Widget.Chart.Visualization.Behaviors.Animations
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public sealed class ChartAnimationSequenceMode : Enum
Properties
Concurrent
Declaration
public static ChartAnimationSequenceMode Concurrent { get; }
Property Value
ChartAnimationSequenceMode
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Sequential
Declaration
public static ChartAnimationSequenceMode Sequential { get; }
Property Value
ChartAnimationSequenceMode
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
ValueOf(String)
Declaration
public static ChartAnimationSequenceMode ValueOf(string name)
Parameters
System.String
name
|
Returns
ChartAnimationSequenceMode
|
Values()
Declaration
public static ChartAnimationSequenceMode[] Values()
Returns
ChartAnimationSequenceMode[]
|