Class StochasticFastInnerIndicator
Inheritance
System.Object
StochasticFastInnerIndicator
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 StochasticFastInnerIndicator : StochasticFastIndicatorBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider, IChildIndicator
Constructors
StochasticFastInnerIndicator(StochasticFastIndicator)
Initializes a new instance of the StochasticFastInnerIndicator class.
Declaration
public StochasticFastInnerIndicator(StochasticFastIndicator owner)
Parameters
StochasticFastIndicator
owner
The owner. |
Properties
OwnerIndicator
Gets the owner indicator.
Declaration
public IndicatorBase OwnerIndicator { get; }
Property Value
IndicatorBase
The owner indicator. |
Implements
Methods
GetProcessedValue(Int32)
Gets the processed value.
Declaration
public override double GetProcessedValue(int currentIndex)
Parameters
System.Int32
currentIndex
Index of the current. |
Returns
System.Double
|