Class StochasticSlowInnerIndicator
Inheritance
System.Object
StochasticSlowInnerIndicator
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 StochasticSlowInnerIndicator : StochasticSlowIndicatorBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider, IChildIndicator
Constructors
StochasticSlowInnerIndicator(StochasticSlowIndicator)
Initializes a new instance of the StochasticSlowInnerIndicator class.
Declaration
public StochasticSlowInnerIndicator(StochasticSlowIndicator owner)
Parameters
StochasticSlowIndicator
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
|