Class NodeState
Inheritance
System.Object
NodeState
Namespace: Com.Telerik.Widget.Chart.Engine.ElementTree
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public sealed class NodeState : Enum
Properties
Initial
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Loaded
Loading
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Unloaded
Unloading
Methods
ValueOf(String)
Declaration
public static NodeState ValueOf(string name)
Parameters
System.String
name
|
Returns
NodeState
|