ClassRelativeMomentumIndexIndicator
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class RelativeMomentumIndexIndicator : MovingAverageCacheIndicator, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesCartesianSeriesCartesianPointSeriesLineSeriesBaseIndicatorBaseValuePeriodIndicatorBaseMovingAverageIndicatorMovingAverageCacheIndicatorRelativeMomentumIndexIndicator
Implements:
Inherited Members
Constructors
RelativeMomentumIndexIndicator()
Declaration
cs-api-definition
public RelativeMomentumIndexIndicator()
Fields
MomentumPeriodProperty
Declaration
cs-api-definition
public static readonly RadProperty MomentumPeriodProperty
Field Value
Properties
MomentumPeriod
Gets or sets the shift. This is the momentum period.
Methods
GetProcessedValue(int)
Gets the processed value.
InitializeCache()
Initializes the cache.
Declaration
cs-api-definition
public override void InitializeCache()
Overrides