Class RateOfChangeIndicator
Inheritance
System.Object
RateOfChangeIndicator
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 RateOfChangeIndicator : MomentumIndicator, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Constructors
RateOfChangeIndicator()
Declaration
public RateOfChangeIndicator()
Methods
CalculateValue(Double, Double)
Declaration
protected override double CalculateValue(double currentValue, double olderValue)
Parameters
System.Double
currentValue
|
System.Double
olderValue
|
Returns
System.Double
|