Class BollingerBandsIndicator
Inheritance
System.Object
BollingerBandsIndicator
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Visualization.CartesianChart.Indicators
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class BollingerBandsIndicator : ValuePeriodIndicatorBase, IPaletteChangedListener, IDataBindingListener, ChartSeriesModel.IDataPointsChangedListener, IChartSeries, IChartElementPresenter, ILegendSelectable, IJavaObject, IDisposable, IJavaPeerable
Constructors
BollingerBandsIndicator()
Declaration
public BollingerBandsIndicator()
BollingerBandsIndicator(IntPtr, JniHandleOwnership)
Declaration
protected BollingerBandsIndicator(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
Elements
Declaration
protected IList Elements { get; set; }
Property Value
System.Collections.IList
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
LowerBandRenderer
LowerBandStrokeColor
Declaration
public virtual int LowerBandStrokeColor { get; set; }
Property Value
System.Int32
|
LowerBandStrokeWidth
Declaration
public virtual float LowerBandStrokeWidth { get; set; }
Property Value
System.Single
|
StandardDeviations
Declaration
public virtual int StandardDeviations { 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
|