Class NodeCollection
Inheritance
System.Object
NodeCollection
Namespace: Com.Telerik.Widget.Chart.Engine.ElementTree
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class NodeCollection : ArrayList
Constructors
NodeCollection(ChartElement)
NodeCollection(IntPtr, JniHandleOwnership)
Declaration
protected NodeCollection(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
|
Owner
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
Add(ChartNode)
Declaration
public virtual bool Add(ChartNode node)
Parameters
ChartNode
node
|
Returns
System.Boolean
|