Class NumericalAxisOhlcPlotInfo
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Engine.Axes.Continuous
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class NumericalAxisOhlcPlotInfo : NumericalAxisPlotInfoBase
Constructors
NumericalAxisOhlcPlotInfo()
Declaration
public NumericalAxisOhlcPlotInfo()
NumericalAxisOhlcPlotInfo(IntPtr, JniHandleOwnership)
Declaration
protected NumericalAxisOhlcPlotInfo(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
NormalizedClose
Declaration
public double NormalizedClose { get; set; }
Property Value
System.Double
|
NormalizedHigh
Declaration
public double NormalizedHigh { get; set; }
Property Value
System.Double
|
NormalizedLow
Declaration
public double NormalizedLow { get; set; }
Property Value
System.Double
|
NormalizedOpen
Declaration
public double NormalizedOpen { get; set; }
Property Value
System.Double
|
PhysicalClose
Declaration
public double PhysicalClose { get; set; }
Property Value
System.Double
|
PhysicalOpen
Declaration
public double PhysicalOpen { get; set; }
Property Value
System.Double
|
SnapBaseTickIndex
Declaration
public int SnapBaseTickIndex { get; set; }
Property Value
System.Int32
|
SnapCloseTickIndex
Declaration
public int SnapCloseTickIndex { get; set; }
Property Value
System.Int32
|
SnapOpenTickIndex
Declaration
public int SnapOpenTickIndex { get; set; }
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
|