Class CombineStack
Inheritance
System.Object
CombineStack
Namespace: Com.Telerik.Widget.Chart.Engine.Series.Combination
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class CombineStack : Object
Constructors
CombineStack()
Declaration
public CombineStack()
CombineStack(IntPtr, JniHandleOwnership)
Declaration
protected CombineStack(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
|
Key
Declaration
public Object Key { get; set; }
Property Value
Java.Lang.Object
|
NegativeSum
Declaration
public double NegativeSum { get; set; }
Property Value
System.Double
|
PositiveSum
Declaration
public double PositiveSum { get; set; }
Property Value
System.Double
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
Points()
Declaration
public virtual IList<DataPoint> Points()
Returns
System.Collections.Generic.IList<DataPoint>
|