Class MomentumIndicator
Inheritance
System.Object
MomentumIndicator
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 MomentumIndicator : ValuePeriodIndicatorBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Constructors
MomentumIndicator()
Declaration
public MomentumIndicator()
Methods
CalculateValue(Double, Double)
Calculates the value.
Declaration
protected virtual double CalculateValue(double currentValue, double olderValue)
Parameters
System.Double
currentValue
The current value. |
System.Double
olderValue
The older value. |
Returns
System.Double
|
GetProcessedValue(Int32)
Gets the processed value.
Declaration
public override double GetProcessedValue(int currentIndex)
Parameters
System.Int32
currentIndex
Index of the current. |
Returns
System.Double
|