Class ChartColor
Inheritance
System.Object
ChartColor
Namespace: Com.Telerik.Widget.Palettes
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class ChartColor : Object
Constructors
ChartColor()
Declaration
public ChartColor()
ChartColor(IntPtr, JniHandleOwnership)
Declaration
protected ChartColor(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Fields
Black
Declaration
public const int Black = -16777216
Field Value
System.Int32
|
Red
Declaration
public const int Red = -65536
Field Value
System.Int32
|
White
Declaration
public const int White = -1
Field Value
System.Int32
|
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
|