Class TrackballPresenter
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Visualization.Behaviors.Views
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class TrackballPresenter : TooltipPresenterBase, IDrawListener, IJavaObject, IDisposable, IJavaPeerable
Constructors
TrackballPresenter(Context, ITooltipAdapter)
Declaration
public TrackballPresenter(Context context, ITooltipAdapter owner)
Parameters
Android.Content.Context
context
|
ITooltipAdapter
owner
|
TrackballPresenter(Context, ITooltipAdapter, Int32)
Declaration
public TrackballPresenter(Context context, ITooltipAdapter owner, int popupLayout)
Parameters
Android.Content.Context
context
|
ITooltipAdapter
owner
|
System.Int32
popupLayout
|
TrackballPresenter(IntPtr, JniHandleOwnership)
Declaration
protected TrackballPresenter(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
IndicatorRadius
Declaration
public virtual float IndicatorRadius { get; set; }
Property Value
System.Single
|
IntersectionPointPaint
Declaration
public virtual Paint IntersectionPointPaint { get; set; }
Property Value
Android.Graphics.Paint
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
LinePaint
Declaration
public virtual Paint LinePaint { get; set; }
Property Value
Android.Graphics.Paint
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Overrides
Methods
DrawIntersectionPoints(Canvas)
Declaration
protected virtual void DrawIntersectionPoints(Canvas canvas)
Parameters
Android.Graphics.Canvas
canvas
|
DrawLine(Canvas)
Declaration
protected virtual void DrawLine(Canvas canvas)
Parameters
Android.Graphics.Canvas
canvas
|