Class CategoricalSeriesModel
Inheritance
System.Object
CategoricalSeriesModel
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Engine.Series
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public abstract class CategoricalSeriesModel : SeriesModelWithAxes, ISeriesModelWithAxes, ISupportCombineMode, IJavaObject, IDisposable, IJavaPeerable
Constructors
CategoricalSeriesModel()
Declaration
public CategoricalSeriesModel()
CategoricalSeriesModel(IntPtr, JniHandleOwnership)
Declaration
protected CategoricalSeriesModel(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
CombineMode
Declaration
public virtual ChartSeriesCombineMode CombineMode { get; set; }
Property Value
ChartSeriesCombineMode
|
Implements
CombineModePropertyKey
Declaration
public static int CombineModePropertyKey { get; }
Property Value
System.Int32
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
StackGroupKey
Declaration
public virtual Object StackGroupKey { get; set; }
Property Value
Java.Lang.Object
|
Implements
StackGroupKeyPropertyKey
Declaration
public static int StackGroupKeyPropertyKey { get; }
Property Value
System.Int32
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|