Class CombinedSeries
Inheritance
System.Object
CombinedSeries
Namespace: Com.Telerik.Widget.Chart.Engine.Series.Combination
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class CombinedSeries : Object
Constructors
CombinedSeries(IType, ChartSeriesCombineMode, Int32, AxisModel, AxisModel)
Declaration
public CombinedSeries(IType seriesType, ChartSeriesCombineMode combineMode, int combineIndex, AxisModel stackAxis, AxisModel stackValueAxis)
Parameters
Java.Lang.Reflect.IType
seriesType
|
ChartSeriesCombineMode
combineMode
|
System.Int32
combineIndex
|
AxisModel
stackAxis
|
AxisModel
stackValueAxis
|
CombinedSeries(IntPtr, JniHandleOwnership)
Declaration
protected CombinedSeries(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
CombineIndex()
Declaration
public virtual int CombineIndex()
Returns
System.Int32
|
CombineMode()
Groups()
Declaration
public virtual IList<CombineGroup> Groups()
Returns
System.Collections.Generic.IList<CombineGroup>
|
Series()
Declaration
public virtual IList<ChartSeriesModel> Series()
Returns
System.Collections.Generic.IList<ChartSeriesModel>
|
SeriesType()
Declaration
public virtual IType SeriesType()
Returns
Java.Lang.Reflect.IType
|