Class ScatterBubbleDataPoint
Inheritance
System.Object
ScatterBubbleDataPoint
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Engine.DataPoints
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class ScatterBubbleDataPoint : ScatterDataPoint
Constructors
ScatterBubbleDataPoint()
Declaration
public ScatterBubbleDataPoint()
ScatterBubbleDataPoint(IntPtr, JniHandleOwnership)
Declaration
protected ScatterBubbleDataPoint(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
Size
Declaration
public virtual double Size { get; set; }
Property Value
System.Double
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|