Class ChartLegendLayout
Inheritance
System.Object
ChartLegendLayout
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class ChartLegendLayout : LinearLayout
Constructors
ChartLegendLayout(Context, IAttributeSet)
Declaration
public ChartLegendLayout(Context context, IAttributeSet attribute)
Parameters
Type |
Name |
Description |
Android.Content.Context |
context |
|
Android.Util.IAttributeSet |
attribute |
|
ChartLegendLayout(Context, IAttributeSet, Int32)
Declaration
public ChartLegendLayout(Context context, IAttributeSet attribute, int defaultStyleResource)
Parameters
Type |
Name |
Description |
Android.Content.Context |
context |
|
Android.Util.IAttributeSet |
attribute |
|
System.Int32 |
defaultStyleResource |
|
ChartLegendLayout(Context, IAttributeSet, Int32, Int32)
Declaration
public ChartLegendLayout(Context context, IAttributeSet attribute, int defaultStyleAttribute, int defaultStyleResource)
Parameters
Type |
Name |
Description |
Android.Content.Context |
context |
|
Android.Util.IAttributeSet |
attribute |
|
System.Int32 |
defaultStyleAttribute |
|
System.Int32 |
defaultStyleResource |
|
ChartLegendLayout(Context, ChartLegend)
Declaration
public ChartLegendLayout(Context context, ChartLegend legend)
Parameters
Type |
Name |
Description |
Android.Content.Context |
context |
|
ChartLegend |
legend |
|
ChartLegendLayout(IntPtr, JniHandleOwnership)
Declaration
public ChartLegendLayout(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
Type |
Name |
Description |
System.IntPtr |
javaReference |
|
Android.Runtime.JniHandleOwnership |
transfer |
|
Methods
Draw(Canvas)
Declaration
public override void Draw(Canvas canvas)
Parameters
Type |
Name |
Description |
Android.Graphics.Canvas |
canvas |
|
GetView()
Declaration
Returns