Class BollingerBandsIndicatorDataSource
Inheritance
System.Object
BollingerBandsIndicatorDataSource
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Engine.Databinding.Datasources.Financial
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class BollingerBandsIndicatorDataSource : ValuePeriodIndicatorDataSourceBase, ICollectionChangeListener, IJavaObject, IDisposable, IJavaPeerable, IPropertyChangeListener, IEventListener
Constructors
BollingerBandsIndicatorDataSource(ChartSeriesModel)
Declaration
public BollingerBandsIndicatorDataSource(ChartSeriesModel owner)
Parameters
ChartSeriesModel
owner
|
BollingerBandsIndicatorDataSource(IntPtr, JniHandleOwnership)
Declaration
protected BollingerBandsIndicatorDataSource(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
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
|