Class AdaptiveMovingAverageKaufmanIndicator
Inheritance
System.Object
AdaptiveMovingAverageKaufmanIndicator
Inherited Members
Namespace: Telerik.XamarinForms.Chart
Assembly: Telerik.XamarinForms.Chart.dll
Syntax
public class AdaptiveMovingAverageKaufmanIndicator : ValuePeriodIndicatorBase, IParentElement, IChildElement
Constructors
AdaptiveMovingAverageKaufmanIndicator()
Declaration
public AdaptiveMovingAverageKaufmanIndicator()
Fields
FastPeriodProperty
Declaration
public static readonly BindableProperty FastPeriodProperty
Field Value
Xamarin.Forms.BindableProperty
|
SlowPeriodProperty
Declaration
public static readonly BindableProperty SlowPeriodProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
FastPeriod
Declaration
public int FastPeriod { get; set; }
Property Value
System.Int32
|
SlowPeriod
Declaration
public int SlowPeriod { get; set; }
Property Value
System.Int32
|