Class PaletteEntryCollection
Inherited Members
Namespace: Com.Telerik.Widget.Palettes
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class PaletteEntryCollection : ObservableCollection
Constructors
PaletteEntryCollection()
Declaration
public PaletteEntryCollection()
PaletteEntryCollection(PaletteEntryCollection)
Declaration
public PaletteEntryCollection(PaletteEntryCollection collection)
Parameters
PaletteEntryCollection
collection
|
PaletteEntryCollection(IntPtr, JniHandleOwnership)
Declaration
protected PaletteEntryCollection(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
Family
Declaration
public virtual string Family { get; set; }
Property Value
System.String
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|