Class GridLinesRenderer
Inheritance
System.Object
GridLinesRenderer
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class GridLinesRenderer : View
Constructors
GridLinesRenderer(Context)
Declaration
public GridLinesRenderer(Context context)
Parameters
Type |
Name |
Description |
Android.Content.Context |
context |
|
GridLinesRenderer(Context, IAttributeSet)
Declaration
public GridLinesRenderer(Context context, IAttributeSet attributeSet)
Parameters
Type |
Name |
Description |
Android.Content.Context |
context |
|
Android.Util.IAttributeSet |
attributeSet |
|
GridLinesRenderer(Context, IAttributeSet, Int32)
Declaration
public GridLinesRenderer(Context context, IAttributeSet attributeSet, int defaultStyleAttribute)
Parameters
Type |
Name |
Description |
Android.Content.Context |
context |
|
Android.Util.IAttributeSet |
attributeSet |
|
System.Int32 |
defaultStyleAttribute |
|
GridLinesRenderer(Context, IAttributeSet, Int32, Int32)
Declaration
public GridLinesRenderer(Context context, IAttributeSet attributeSet, int defaultStyleAttribute, int defaultStyleResource)
Parameters
Type |
Name |
Description |
Android.Content.Context |
context |
|
Android.Util.IAttributeSet |
attributeSet |
|
System.Int32 |
defaultStyleAttribute |
|
System.Int32 |
defaultStyleResource |
|
GridLinesRenderer(IntPtr, JniHandleOwnership)
Declaration
public GridLinesRenderer(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
Type |
Name |
Description |
System.IntPtr |
javaReference |
|
Android.Runtime.JniHandleOwnership |
transfer |
|
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 |
|