Class SphericalDataPointIndicatorRenderer
Inheritance
System.Object
SphericalDataPointIndicatorRenderer
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Visualization.CartesianChart.Series.Categorical
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class SphericalDataPointIndicatorRenderer : DataPointIndicatorRenderer
Constructors
SphericalDataPointIndicatorRenderer(ChartSeries)
Declaration
public SphericalDataPointIndicatorRenderer(ChartSeries owner)
Parameters
ChartSeries
owner
|
SphericalDataPointIndicatorRenderer(IntPtr, JniHandleOwnership)
Declaration
protected SphericalDataPointIndicatorRenderer(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
PointerIndicatorRadius
Declaration
public virtual float PointerIndicatorRadius { 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
DrawDataPointIndicator(Canvas, Single, Single)
Declaration
protected override void DrawDataPointIndicator(Canvas canvas, float x, float y)
Parameters
Android.Graphics.Canvas
canvas
|
System.Single
x
|
System.Single
y
|