Class RadLegendView
Inheritance
System.Object
RadLegendView
Namespace: Com.Telerik.Widget.Primitives.Legend
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class RadLegendView : FrameLayout, ICollectionChangeListener, IJavaObject, IDisposable, IJavaPeerable
Constructors
RadLegendView(Context)
Declaration
public RadLegendView(Context context)
Parameters
Android.Content.Context
context
|
RadLegendView(Context, IAttributeSet)
Declaration
public RadLegendView(Context context, IAttributeSet attrs)
Parameters
Android.Content.Context
context
|
Android.Util.IAttributeSet
attrs
|
RadLegendView(Context, IAttributeSet, Int32, Int32)
Declaration
public RadLegendView(Context context, IAttributeSet attrs, int defStyle, int layout)
Parameters
Android.Content.Context
context
|
Android.Util.IAttributeSet
attrs
|
System.Int32
defStyle
|
System.Int32
layout
|
RadLegendView(IntPtr, JniHandleOwnership)
Declaration
protected RadLegendView(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
AllowSelection
Declaration
public virtual bool AllowSelection { get; set; }
Property Value
System.Boolean
|
ItemViewLayout
Declaration
public virtual int ItemViewLayout { get; set; }
Property Value
System.Int32
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
LegendItemFontColor
Declaration
public virtual int LegendItemFontColor { get; set; }
Property Value
System.Int32
|
LegendItemFontSize
Declaration
public virtual float LegendItemFontSize { get; set; }
Property Value
System.Single
|
LegendItemIconSize
LegendOrientation
Declaration
public virtual int LegendOrientation { get; set; }
Property Value
System.Int32
|
LegendProvider
Declaration
public virtual ILegendInfoProvider LegendProvider { get; set; }
Property Value
ILegendInfoProvider
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
AddLegendItemSelectedListener(ILegendSelectionListener)
Declaration
public virtual void AddLegendItemSelectedListener(ILegendSelectionListener listener)
Parameters
ILegendSelectionListener
listener
|
CollectionChanged(CollectionChangedEvent)
Declaration
public virtual void CollectionChanged(CollectionChangedEvent info)
Parameters
CollectionChangedEvent
info
|
Implements
CreateListViewAdapter()
Declaration
protected virtual LegendItemListAdapter CreateListViewAdapter()
Returns
LegendItemListAdapter
|
NotifySelectedListeners(ILegendSelectable)
Declaration
protected virtual void NotifySelectedListeners(ILegendSelectable selectedItem)
Parameters
ILegendSelectable
selectedItem
|
RemoveLegendItemSelectedListener(ILegendSelectionListener)
Declaration
public virtual void RemoveLegendItemSelectedListener(ILegendSelectionListener listener)
Parameters
ILegendSelectionListener
listener
|
SetCanScrollHorizontally(Boolean)
Declaration
public virtual void SetCanScrollHorizontally(bool value)
Parameters
System.Boolean
value
|
SetCanScrollVertically(Boolean)
Declaration
public virtual void SetCanScrollVertically(bool value)
Parameters
System.Boolean
value
|
Events
LegendItemSelected
Declaration
public event EventHandler<LegendSelectionEventArgs> LegendItemSelected
Event Type
System.EventHandler<LegendSelectionEventArgs>
|