Class AdaptiveMovingAverageKaufmanIndicator
Visualizes a collection of DataPoints, using a System.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class AdaptiveMovingAverageKaufmanIndicator : ValuePeriodIndicatorBase, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
Constructors
AdaptiveMovingAverageKaufmanIndicator()
Declaration
public AdaptiveMovingAverageKaufmanIndicator()
Fields
FastPeriodProperty
Identifies the Fast
Declaration
public static readonly DependencyProperty FastPeriodProperty
Field Value
System.
|
SlowPeriodProperty
Identifies the Slow
Declaration
public static readonly DependencyProperty SlowPeriodProperty
Field Value
System.
|
Properties
FastPeriod
Gets or sets the "FastPeriod" parameter of the Adaptive
Declaration
public int FastPeriod { get; set; }
Property Value
System. The "FastPeriod" value. |
SlowPeriod
Gets or sets the "SlowPeriod" parameter of the Adaptive
Declaration
public int SlowPeriod { get; set; }
Property Value
System. The "SlowPeriod" value. |
Methods
ToString()
Returns a System.
Declaration
public override string ToString()
Returns
System.
|