Class AdaptiveMovingAverageKaufmanIndicator
Inheritance
System.Object
AdaptiveMovingAverageKaufmanIndicator
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class AdaptiveMovingAverageKaufmanIndicator : ValuePeriodIndicatorBase, IChartSeries, IChartElementPresenter, IElementPresenter
Constructors
AdaptiveMovingAverageKaufmanIndicator()
Declaration
public AdaptiveMovingAverageKaufmanIndicator()
Fields
FastPeriodProperty
Declaration
public static readonly DependencyProperty FastPeriodProperty
Field Value
Microsoft.
|
SlowPeriodProperty
Declaration
public static readonly DependencyProperty SlowPeriodProperty
Field Value
Microsoft.
|
Properties
FastPeriod
Declaration
public int FastPeriod { get; set; }
Property Value
System.
|
SlowPeriod
Declaration
public int SlowPeriod { get; set; }
Property Value
System.
|
Methods
ToString()
Declaration
public override string ToString()
Returns
System.
|