Class OscillatorIndicator
Inheritance
System.Object
OscillatorIndicator
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 OscillatorIndicator : ShortLongPeriodIndicatorBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Constructors
OscillatorIndicator()
Declaration
public OscillatorIndicator()
Methods
CalculateOscillatorValue(Double, Double)
Calculates the oscillator value.
Declaration
public virtual double CalculateOscillatorValue(double shortAverage, double longAverage)
Parameters
System.Double
shortAverage
The short average. |
System.Double
longAverage
The long average. |
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
|