Class RelativeMomentumIndexIndicator
Represents the Relative Momentum Index financial indicator.
Inheritance
System.Object
RelativeMomentumIndexIndicator
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class RelativeMomentumIndexIndicator : ValuePeriodIndicatorBase, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
Constructors
RelativeMomentumIndexIndicator()
Declaration
public RelativeMomentumIndexIndicator()
Fields
MomentumPeriodProperty
Identifies the MomentumPeriod dependency property.
Declaration
public static readonly DependencyProperty MomentumPeriodProperty
Field Value
System.Windows.DependencyProperty
|
Properties
MomentumPeriod
Gets or sets the shift. This is the momentum period.
Declaration
public int MomentumPeriod { get; set; }
Property Value
System.Int32
The shift. |
Methods
ToString()
Returns a System.String that represents the current System.Object.
Declaration
public override string ToString()
Returns
System.String
|