Class ScatterDataPoint
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Engine.DataPoints
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class ScatterDataPoint : DataPoint
Constructors
ScatterDataPoint()
Declaration
public ScatterDataPoint()
ScatterDataPoint(IntPtr, JniHandleOwnership)
Declaration
protected ScatterDataPoint(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
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Overrides
XPlot
Declaration
public virtual NumericalAxisPlotInfo XPlot { get; }
Property Value
NumericalAxisPlotInfo
|
XValue
Declaration
public virtual double XValue { get; set; }
Property Value
System.Double
|
YPlot
Declaration
public virtual NumericalAxisPlotInfo YPlot { get; }
Property Value
NumericalAxisPlotInfo
|
YValue
Declaration
public virtual double YValue { get; set; }
Property Value
System.Double
|
Methods
SetxPlot(NumericalAxisPlotInfo)
Declaration
public virtual void SetxPlot(NumericalAxisPlotInfo xPlot)
Parameters
NumericalAxisPlotInfo
xPlot
|
SetyPlot(NumericalAxisPlotInfo)
Declaration
public virtual void SetyPlot(NumericalAxisPlotInfo yPlot)
Parameters
NumericalAxisPlotInfo
yPlot
|