Class ChartTrackBallBehavior
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Visualization.Behaviors
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class ChartTrackBallBehavior : ChartPopupBehavior, ITooltipAdapter, IJavaObject, IDisposable, IJavaPeerable
Constructors
ChartTrackBallBehavior(Context)
Declaration
public ChartTrackBallBehavior(Context context)
Parameters
Android.Content.Context
context
|
ChartTrackBallBehavior(IntPtr, JniHandleOwnership)
Declaration
protected ChartTrackBallBehavior(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
|
PointHitTestMode
Declaration
public virtual TrackBallHitTestMode PointHitTestMode { get; set; }
Property Value
TrackBallHitTestMode
|
RelatedDataPoints
Declaration
public virtual IList<DataPoint> RelatedDataPoints { get; }
Property Value
System.Collections.Generic.IList<DataPoint>
|
ShowIntersectionPoints
Declaration
public virtual bool ShowIntersectionPoints { get; set; }
Property Value
System.Boolean
|
ShowTrackInfo
Declaration
public virtual bool ShowTrackInfo { get; set; }
Property Value
System.Boolean
|
SnapMode
Declaration
public virtual TrackBallSnapMode SnapMode { get; set; }
Property Value
TrackBallSnapMode
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Overrides
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
|