Class CombineGroup
Inheritance
System.Object
CombineGroup
Namespace: Com.Telerik.Widget.Chart.Engine.Series.Combination
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class CombineGroup : Object
Constructors
CombineGroup()
Declaration
public CombineGroup()
CombineGroup(IntPtr, JniHandleOwnership)
Declaration
protected CombineGroup(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
GetStack(ISupportCombineMode)
Declaration
public virtual CombineStack GetStack(ISupportCombineMode series)
Parameters
ISupportCombineMode
series
|
Returns
CombineStack
|
Stacks()
Declaration
public virtual IList<CombineStack> Stacks()
Returns
System.Collections.Generic.IList<CombineStack>
|