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.UI.Xaml.DependencyProperty
|
SlowPeriodProperty
Declaration
public static readonly DependencyProperty SlowPeriodProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
FastPeriod
Declaration
public int FastPeriod { get; set; }
Property Value
|
System.Int32
|
SlowPeriod
Declaration
public int SlowPeriod { get; set; }
Property Value
|
System.Int32
|
Methods
ToString()
Declaration
public override string ToString()
Returns
|
System.String
|