Class ScatterPointSeries
Inheritance
System.Object
ScatterPointSeries
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Visualization.CartesianChart.Series.Scatter
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class ScatterPointSeries : CartesianSeries, IPaletteChangedListener, IDataBindingListener, ChartSeriesModel.IDataPointsChangedListener, IChartSeries, IChartElementPresenter, ILegendSelectable, IJavaObject, IDisposable, IJavaPeerable
Constructors
ScatterPointSeries()
Declaration
public ScatterPointSeries()
ScatterPointSeries(IntPtr, JniHandleOwnership)
Declaration
protected ScatterPointSeries(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
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; set; }
Property Value
Android.Graphics.Paint
|
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
PointSize
Declaration
public virtual float PointSize { get; set; }
Property Value
System.Single
|
ScatterPointRenderer
Declaration
protected ScatterPointRenderer ScatterPointRenderer { get; set; }
Property Value
ScatterPointRenderer
|
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; set; }
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; set; }
Property Value
Android.Graphics.Paint
|
SelectedStrokeThickness
Declaration
public virtual float SelectedStrokeThickness { get; set; }
Property Value
System.Single
|
SelectedStrokeThicknessPropertyKey
Declaration
public static int SelectedStrokeThicknessPropertyKey { 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
|
StrokePaint
Declaration
public virtual Paint StrokePaint { get; set; }
Property Value
Android.Graphics.Paint
|
StrokeThickness
Declaration
public virtual float StrokeThickness { get; set; }
Property Value
System.Single
|
StrokeThicknessPropertyKey
Declaration
public static int StrokeThicknessPropertyKey { 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
TouchTargetSize
Declaration
protected virtual float TouchTargetSize { get; set; }
Property Value
System.Single
|
XValueBinding
Declaration
public virtual DataPointBinding XValueBinding { get; set; }
Property Value
DataPointBinding
|
YValueBinding
Declaration
public virtual DataPointBinding YValueBinding { get; set; }
Property Value
DataPointBinding
|
Methods
CreateDataSourceInstance()
Declaration
protected override ChartSeriesDataSource CreateDataSourceInstance()
Returns
ChartSeriesDataSource
|
Overrides
CreateLabelRenderer()
Declaration
protected override BaseLabelRenderer CreateLabelRenderer()
Returns
BaseLabelRenderer
|
Overrides
CreateModel()
DataPoints()
DefaultPaletteFamily()
Declaration
protected override string DefaultPaletteFamily()
Returns
System.String
|
Overrides
SetXValueBinding(IFunction)
Declaration
public virtual void SetXValueBinding(IFunction valueSelector)
Parameters
IFunction
valueSelector
|
SetYValueBinding(IFunction)
Declaration
public virtual void SetYValueBinding(IFunction valueSelector)
Parameters
IFunction
valueSelector
|