Class StochasticSlowIndicator
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class StochasticSlowIndicator : StochasticSlowIndicatorBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider, IParentIndicator
Constructors
StochasticSlowIndicator()
Initializes a new instance of the StochasticSlowIndicator class.
Declaration
public StochasticSlowIndicator()
Fields
fastStochValues
Declaration
public const byte fastStochValues = 0
Field Value
System.Byte
|
slowStochValues
Declaration
public const byte slowStochValues = 1
Field Value
System.Byte
|
Properties
ChildIndicator
Gets the child indicator.
Declaration
public IndicatorBase ChildIndicator { get; }
Property Value
IndicatorBase
The child indicator. |
Implements
InnerIndicator
Gets the inner indicator.
Declaration
public StochasticSlowInnerIndicator InnerIndicator { get; }
Property Value
StochasticSlowInnerIndicator
The inner indicator. |
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
|
Overrides
OnAttached(UIChartElement)
Called when [attached].
Declaration
protected override void OnAttached(UIChartElement parent)
Parameters
UIChartElement
parent
The parent. |
Overrides
OnDettached()
Called when [detached].
Declaration
protected override void OnDettached()
Overrides
OnNotifyPropertyChanged(PropertyChangedEventArgs)
Raises the standard .NET PropertyChanged event.
Declaration
protected override void OnNotifyPropertyChanged(PropertyChangedEventArgs e)
Parameters
System.ComponentModel.PropertyChangedEventArgs
e
|