Class BubbleSeries
Inheritance
System.Object
BubbleSeries
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Visualization.CartesianChart.Series.Categorical
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class BubbleSeries : CategoricalSeries, IPaletteChangedListener, IDataBindingListener, ChartSeriesModel.IDataPointsChangedListener, IChartSeries, IChartElementPresenter, ILegendSelectable, IJavaObject, IDisposable, IJavaPeerable
Constructors
BubbleSeries()
Declaration
public BubbleSeries()
BubbleSeries(DataPointBinding, DataPointBinding, IIterable)
Declaration
public BubbleSeries(DataPointBinding valueBinding, DataPointBinding categoryBinding, IIterable data)
Parameters
DataPointBinding
valueBinding
|
DataPointBinding
categoryBinding
|
Java.Lang.IIterable
data
|
BubbleSeries(IntPtr, JniHandleOwnership)
Declaration
protected BubbleSeries(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
BubbleScale
Declaration
public virtual float BubbleScale { get; set; }
Property Value
System.Single
|
BubbleSizeBinding
Declaration
public virtual DataPointBinding BubbleSizeBinding { get; set; }
Property Value
DataPointBinding
|
FillColor
Declaration
public virtual int FillColor { get; set; }
Property Value
System.Int32
|
FillColorPropertyKey
Declaration
public static int FillColorPropertyKey { get; }
Property Value
System.Int32
|
FillPaint
Declaration
public virtual Paint FillPaint { get; }
Property Value
Android.Graphics.Paint
|
FillShader
Declaration
public virtual Shader FillShader { get; set; }
Property Value
Android.Graphics.Shader
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
LegendFillColor
Declaration
public override int LegendFillColor { get; }
Property Value
System.Int32
|
Overrides
LegendStrokeColor
Declaration
public override int LegendStrokeColor { get; }
Property Value
System.Int32
|
Overrides
SelectedFillColor
Declaration
public virtual int SelectedFillColor { get; set; }
Property Value
System.Int32
|
SelectedFillColorPropertyKey
Declaration
public static int SelectedFillColorPropertyKey { get; }
Property Value
System.Int32
|
SelectedFillPaint
Declaration
public virtual Paint SelectedFillPaint { get; }
Property Value
Android.Graphics.Paint
|
SelectedStrokeColor
Declaration
public virtual int SelectedStrokeColor { get; set; }
Property Value
System.Int32
|
SelectedStrokeColorPropertyKey
Declaration
public static int SelectedStrokeColorPropertyKey { get; }
Property Value
System.Int32
|
SelectedStrokePaint
Declaration
public virtual Paint SelectedStrokePaint { get; }
Property Value
Android.Graphics.Paint
|
SelectedStrokeWidth
Declaration
public virtual float SelectedStrokeWidth { get; set; }
Property Value
System.Single
|
SelectedStrokeWidthPropertyKey
Declaration
public static int SelectedStrokeWidthPropertyKey { get; }
Property Value
System.Int32
|
StrokeColor
Declaration
public virtual int StrokeColor { get; set; }
Property Value
System.Int32
|
StrokeColorPropertyKey
Declaration
public static int StrokeColorPropertyKey { get; }
Property Value
System.Int32
|
StrokeEffect
Declaration
public virtual PathEffect StrokeEffect { get; set; }
Property Value
Android.Graphics.PathEffect
|
StrokePaint
Declaration
public virtual Paint StrokePaint { get; }
Property Value
Android.Graphics.Paint
|
StrokeShader
Declaration
public virtual Shader StrokeShader { get; set; }
Property Value
Android.Graphics.Shader
|
StrokeWidth
Declaration
public virtual float StrokeWidth { get; set; }
Property Value
System.Single
|
StrokeWidthPropertyKey
Declaration
public static int StrokeWidthPropertyKey { get; }
Property Value
System.Int32
|
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
ApplyPaletteCore(ChartPalette)
Declaration
public virtual void ApplyPaletteCore(ChartPalette palette)
Parameters
ChartPalette
palette
|
CreateModel()
DefaultPaletteFamily()
Declaration
protected override string DefaultPaletteFamily()
Returns
System.String
|
Overrides
OnBubbleSizeBindingChanged(DataPointBinding)
Declaration
protected virtual void OnBubbleSizeBindingChanged(DataPointBinding value)
Parameters
DataPointBinding
value
|