Class RelativeMomentumIndexIndicator
Inheritance
System.Object
RelativeMomentumIndexIndicator
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class RelativeMomentumIndexIndicator : MovingAverageCacheIndicator, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Constructors
RelativeMomentumIndexIndicator()
Declaration
public RelativeMomentumIndexIndicator()
Fields
downMomentumValues
Declaration
public const byte downMomentumValues = 2
Field Value
System.Byte
|
MomentumPeriodProperty
upMomentumValues
Declaration
public const byte upMomentumValues = 1
Field Value
System.Byte
|
values
Declaration
public const byte values = 0
Field Value
System.Byte
|
Properties
MomentumPeriod
Gets or sets the shift. This is the momentum period.
Declaration
public int MomentumPeriod { get; set; }
Property Value
System.Int32
|
Methods
GetProcessedValue(Int32)
Declaration
public override double GetProcessedValue(int currentIndex)
Parameters
System.Int32
currentIndex
|
Returns
System.Double
|
Overrides
InitializeCache()
Declaration
public override void InitializeCache()