Class ScatterBubbleSeriesDataSource
Inheritance
System.Object
ScatterBubbleSeriesDataSource
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Engine.Databinding.Datasources
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class ScatterBubbleSeriesDataSource : ScatterSeriesDataSource, ICollectionChangeListener, IJavaObject, IDisposable, IJavaPeerable, IPropertyChangeListener, IEventListener
Constructors
ScatterBubbleSeriesDataSource(ChartSeriesModel)
Declaration
public ScatterBubbleSeriesDataSource(ChartSeriesModel owner)
Parameters
ChartSeriesModel
owner
|
ScatterBubbleSeriesDataSource(IntPtr, JniHandleOwnership)
Declaration
protected ScatterBubbleSeriesDataSource(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
BubbleSizeBinding
Declaration
public virtual DataPointBinding BubbleSizeBinding { get; set; }
Property Value
DataPointBinding
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|