Class PointingLabelRenderer
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Visualization.Common.Renderers
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class PointingLabelRenderer : BaseLabelRenderer, IChartLabelRenderer, IJavaObject, IDisposable, IJavaPeerable
Constructors
PointingLabelRenderer(ChartSeries)
PointingLabelRenderer(ChartSeries, Single, Single)
Declaration
public PointingLabelRenderer(ChartSeries owner, float pointerLength, float pointerWidth)
Parameters
ChartSeries
owner
|
System.Single
pointerLength
|
System.Single
pointerWidth
|
PointingLabelRenderer(IntPtr, JniHandleOwnership)
Declaration
protected PointingLabelRenderer(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
PointerLength
Declaration
public virtual float PointerLength { get; set; }
Property Value
System.Single
|
PointerWidth
Declaration
public virtual float PointerWidth { get; set; }
Property Value
System.Single
|
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
PreparePointer(Path, Double, Double, Boolean)
Declaration
protected virtual void PreparePointer(Path path, double x, double y, bool isLeft)
Parameters
Android.Graphics.Path
path
|
System.Double
x
|
System.Double
y
|
System.Boolean
isLeft
|