Class ChartTooltipBehavior
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Visualization.Behaviors
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class ChartTooltipBehavior : ChartPopupBehavior, ITooltipAdapter, IJavaObject, IDisposable, IJavaPeerable
Constructors
ChartTooltipBehavior(Context)
Declaration
public ChartTooltipBehavior(Context context)
Parameters
Android.Content.Context
context
|
ChartTooltipBehavior(IntPtr, JniHandleOwnership)
Declaration
protected ChartTooltipBehavior(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
BackgroundColor
Declaration
public virtual int BackgroundColor { get; set; }
Property Value
System.Int32
|
BackgroundPropertyKey
Declaration
public static int BackgroundPropertyKey { get; }
Property Value
System.Int32
|
CategoryColorPropertyKey
Declaration
public static int CategoryColorPropertyKey { get; }
Property Value
System.Int32
|
CategorySizePropertyKey
Declaration
public static int CategorySizePropertyKey { get; }
Property Value
System.Int32
|
CategoryTextColor
Declaration
public virtual int CategoryTextColor { get; set; }
Property Value
System.Int32
|
CategoryTextSize
Declaration
public virtual float CategoryTextSize { get; set; }
Property Value
System.Single
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
Padding
Declaration
public virtual int Padding { get; set; }
Property Value
System.Int32
|
PaddingPropertyKey
Declaration
public static int PaddingPropertyKey { get; }
Property Value
System.Int32
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Overrides
TriggerMode
Declaration
public virtual TooltipTriggerMode TriggerMode { get; set; }
Property Value
TooltipTriggerMode
|
ValueColorPropertyKey
Declaration
public static int ValueColorPropertyKey { get; }
Property Value
System.Int32
|
ValueSizePropertyKey
Declaration
public static int ValueSizePropertyKey { get; }
Property Value
System.Int32
|
ValueTextColor
Declaration
public virtual int ValueTextColor { get; set; }
Property Value
System.Int32
|
ValueTextSize
Declaration
public virtual float ValueTextSize { get; set; }
Property Value
System.Single
|
Methods
ApplyPalette(ChartPalette)
Declaration
protected override void ApplyPalette(ChartPalette palette)
Parameters
ChartPalette
palette
|
Overrides
ContentAdapter()
Declaration
public override ITooltipContentAdapter ContentAdapter()
Returns
ITooltipContentAdapter
|
Overrides
CreatePresenter(Context)
Declaration
protected override TooltipPresenterBase CreatePresenter(Context context)
Parameters
Android.Content.Context
context
|
Returns
TooltipPresenterBase
|
Overrides
DesiredPopupLocation(DataPoint)
Declaration
protected override Point DesiredPopupLocation(DataPoint selectedDataPoint)
Parameters
DataPoint
selectedDataPoint
|
Returns
Android.Graphics.Point
|
Overrides
SetContentAdapter(ITooltipContentAdapter)
Declaration
public override void SetContentAdapter(ITooltipContentAdapter adapter)
Parameters
ITooltipContentAdapter
adapter
|