Class LabelsRenderer
Inheritance
System.Object
LabelsRenderer
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class LabelsRenderer : View
Constructors
LabelsRenderer(Context)
Declaration
public LabelsRenderer(Context context)
Parameters
Type |
Name |
Description |
Android.Content.Context |
context |
|
LabelsRenderer(Context, IAttributeSet)
Declaration
public LabelsRenderer(Context context, IAttributeSet attribute)
Parameters
Type |
Name |
Description |
Android.Content.Context |
context |
|
Android.Util.IAttributeSet |
attribute |
|
LabelsRenderer(Context, IAttributeSet, Int32)
Declaration
public LabelsRenderer(Context context, IAttributeSet attribute, int defaultStyle)
Parameters
Type |
Name |
Description |
Android.Content.Context |
context |
|
Android.Util.IAttributeSet |
attribute |
|
System.Int32 |
defaultStyle |
|
Methods
OnDraw(Canvas)
Declaration
protected override void OnDraw(Canvas canvas)
Parameters
Type |
Name |
Description |
Android.Graphics.Canvas |
canvas |
|
OnLayout(Boolean, Int32, Int32, Int32, Int32)
Declaration
protected override void OnLayout(bool changed, int left, int top, int right, int bottom)
Parameters
Type |
Name |
Description |
System.Boolean |
changed |
|
System.Int32 |
left |
|
System.Int32 |
top |
|
System.Int32 |
right |
|
System.Int32 |
bottom |
|
OnMeasure(Int32, Int32)
Declaration
protected override void OnMeasure(int widthMeasureSpec, int heightMeasureSpec)
Parameters
Type |
Name |
Description |
System.Int32 |
widthMeasureSpec |
|
System.Int32 |
heightMeasureSpec |
|