Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class RelativeMomentumIndexIndicator : MovingAverageCacheIndicator, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesCartesianSeriesCartesianPointSeriesLineSeriesBaseIndicatorBaseValuePeriodIndicatorBaseMovingAverageIndicatorMovingAverageCacheIndicatorRelativeMomentumIndexIndicator...
Implements:
Inherited Members
Constructors
C#
public RelativeMomentumIndexIndicator()
Fields
C#
public const byte downMomentumValues = 2
C#
public static readonly RadProperty MomentumPeriodProperty
C#
public const byte upMomentumValues = 1
Properties
Gets or sets the shift. This is the momentum period.
C#
public int MomentumPeriod { get; set; }
Methods
Initializes the cache.
C#
public override void InitializeCache()
Overrides: