Class AdaptiveMovingAverageKaufmanIndicator
Visualizes a collection of DataPoints, using a System.Windows.Shapes.Line shape. This class represents the Exponential Moving Average financial indicator. Its values are defined as the average of the exponentially weighted values of the last points.
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 FastPeriod dependency property.
Declaration
public static readonly DependencyProperty FastPeriodProperty
Field Value
System.Windows.DependencyProperty
|
SlowPeriodProperty
Identifies the SlowPeriod dependency property.
Declaration
public static readonly DependencyProperty SlowPeriodProperty
Field Value
System.Windows.DependencyProperty
|
Properties
FastPeriod
Gets or sets the "FastPeriod" parameter of the AdaptiveMovingAverageKaufmanIndicator.
Declaration
public int FastPeriod { get; set; }
Property Value
System.Int32
The "FastPeriod" value. |
SlowPeriod
Gets or sets the "SlowPeriod" parameter of the AdaptiveMovingAverageKaufmanIndicator.
Declaration
public int SlowPeriod { get; set; }
Property Value
System.Int32
The "SlowPeriod" value. |
Methods
ToString()
Returns a System.String that represents the current System.Object.
Declaration
public override string ToString()
Returns
System.String
|