Class ChartTrackballContentAdapter
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Visualization.Behaviors
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class ChartTrackballContentAdapter : ChartTooltipContentAdapter, ITooltipContentAdapter, IJavaObject, IDisposable, IJavaPeerable
Constructors
ChartTrackballContentAdapter(Context)
Declaration
public ChartTrackballContentAdapter(Context context)
Parameters
Android.Content.Context
context
|
ChartTrackballContentAdapter(IntPtr, JniHandleOwnership)
Declaration
protected ChartTrackballContentAdapter(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
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
CreateCategoricalDataPointView(CategoricalDataPoint)
Declaration
protected virtual View CreateCategoricalDataPointView(CategoricalDataPoint point)
Parameters
CategoricalDataPoint
point
|
Returns
Android.Views.View
|
CreateOhlcDataPointView(OhlcDataPoint)
Declaration
protected virtual View CreateOhlcDataPointView(OhlcDataPoint point)
Parameters
OhlcDataPoint
point
|
Returns
Android.Views.View
|
CreateRangeDataPointView(RangeDataPoint)
Declaration
protected virtual View CreateRangeDataPointView(RangeDataPoint point)
Parameters
RangeDataPoint
point
|
Returns
Android.Views.View
|
GetViewForDataPoint(DataPoint)
Declaration
protected virtual View GetViewForDataPoint(DataPoint dataPoint)
Parameters
DataPoint
dataPoint
|
Returns
Android.Views.View
|
UpdateCategoryText(TextView, DataPoint)
Declaration
protected virtual void UpdateCategoryText(TextView textView, DataPoint point)
Parameters
Android.Widget.TextView
textView
|
DataPoint
point
|