Class UltimateOscillatorIndicator
Inheritance
System.Object
UltimateOscillatorIndicator
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 UltimateOscillatorIndicator : HighLowClosePeriodIndicatorBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Constructors
UltimateOscillatorIndicator()
Declaration
public UltimateOscillatorIndicator()
Fields
Period2Property
Period3Property
Properties
Period2
Gets or sets the second period.
Declaration
public int Period2 { get; set; }
Property Value
System.Int32
|
Period3
Gets or sets the third period.
Declaration
public int Period3 { get; set; }
Property Value
System.Int32
|
Methods
GetProcessedValue(Int32)
Gets the value by the passed index.
Declaration
public override double GetProcessedValue(int currentIndex)
Parameters
System.Int32
currentIndex
|
Returns
System.Double
|