Class OhlcSeries
Inheritance
System.Object
OhlcSeries
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Visualization.CartesianChart.Series.Categorical
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class OhlcSeries : OhlcSeriesBase, IPaletteChangedListener, IDataBindingListener, ChartSeriesModel.IDataPointsChangedListener, IChartSeries, IChartElementPresenter, ILegendSelectable, IJavaObject, IDisposable, IJavaPeerable
Constructors
OhlcSeries()
Declaration
public OhlcSeries()
OhlcSeries(IntPtr, JniHandleOwnership)
Declaration
protected OhlcSeries(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
DownStrokeColor
Declaration
public virtual int DownStrokeColor { get; set; }
Property Value
System.Int32
|
DownStrokeColorPropertyKey
Declaration
public static int DownStrokeColorPropertyKey { get; }
Property Value
System.Int32
|
DownStrokeWidth
Declaration
public virtual float DownStrokeWidth { get; set; }
Property Value
System.Single
|
DownStrokeWidthPropertyKey
Declaration
public static int DownStrokeWidthPropertyKey { get; }
Property Value
System.Int32
|
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
|