Class OhlcDataPoint
Inheritance
System.Object
OhlcDataPoint
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Engine.DataPoints
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class OhlcDataPoint : CategoricalDataPointBase
Constructors
OhlcDataPoint()
Declaration
public OhlcDataPoint()
OhlcDataPoint(IntPtr, JniHandleOwnership)
Declaration
protected OhlcDataPoint(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
Close
Declaration
public virtual double Close { get; set; }
Property Value
System.Double
|
High
Declaration
public virtual double High { get; set; }
Property Value
System.Double
|
IsFalling
Declaration
public virtual bool IsFalling { get; }
Property Value
System.Boolean
|
IsRising
Declaration
public virtual bool IsRising { get; }
Property Value
System.Boolean
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
Low
Declaration
public virtual double Low { get; set; }
Property Value
System.Double
|
NumericalPlot
Declaration
public virtual NumericalAxisOhlcPlotInfo NumericalPlot { get; }
Property Value
NumericalAxisOhlcPlotInfo
|
Open
Declaration
public virtual double Open { 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
|