Class LegendLinearLayoutManager
Inheritance
System.Object
LegendLinearLayoutManager
Namespace: Com.Telerik.Widget.Primitives.Legend
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class LegendLinearLayoutManager : LinearLayoutManager
Constructors
LegendLinearLayoutManager(Context)
Declaration
public LegendLinearLayoutManager(Context context)
Parameters
Android.Content.Context
context
|
LegendLinearLayoutManager(Context, Int32, Boolean)
Declaration
public LegendLinearLayoutManager(Context context, int orientation, bool reverseLayout)
Parameters
Android.Content.Context
context
|
System.Int32
orientation
|
System.Boolean
reverseLayout
|
LegendLinearLayoutManager(IntPtr, JniHandleOwnership)
Declaration
protected LegendLinearLayoutManager(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
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
|