Class StochasticFastIndicator
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class StochasticFastIndicator : StochasticFastIndicatorBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider, IParentIndicator
Constructors
StochasticFastIndicator()
Initializes a new instance of the StochasticFastIndicator class.
Declaration
public StochasticFastIndicator()
Fields
mainValues
Declaration
public const byte mainValues = 0
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 StochasticFastInnerIndicator InnerIndicator { get; }
Property Value
StochasticFastInnerIndicator
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
|