Class LinearLabelRenderer
Represents the linear label renderer
Inheritance
System.Object
LinearLabelRenderer
Namespace: Com.Syncfusion.Gauges.SfLinearGauge
Assembly: Syncfusion.SfGauge.Android.dll
Syntax
public class LinearLabelRenderer : View
Constructors
LinearLabelRenderer(Context)
Initializes a new instance of the LinearLabelRenderer class.
Declaration
public LinearLabelRenderer(Context context)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | To get the Context |
LinearLabelRenderer(Context, IAttributeSet)
Initializes a new instance of the LinearLabelRenderer class.
Declaration
public LinearLabelRenderer(Context context, IAttributeSet attrs)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | to get context |
Android.Util.IAttributeSet | attrs | to get attributes |
Methods
OnDraw(Canvas)
Override methods
Declaration
protected override void OnDraw(Canvas canvas)
Parameters
Type | Name | Description |
---|---|---|
Android.Graphics.Canvas | canvas | To get the Canvas. |