Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class StochasticFastIndicator : StochasticFastIndicatorBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider, IParentIndicator
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesCartesianSeriesCartesianPointSeriesLineSeriesBaseIndicatorBaseHighLowCloseIndicatorBaseHighLowCloseCacheIndicatorBaseStochasticFastIndicatorBaseStochasticFastIndicator...
Implements:
Inherited Members
Constructors
Initializes a new instance of the StochasticFastIndicator class.
C#
public StochasticFastIndicator()
Fields
C#
public const byte mainValues = 0
Properties
Gets the child indicator.
C#
public IndicatorBase ChildIndicator { get; }
The child indicator.
Implements:
Gets the inner indicator.
C#
public StochasticFastInnerIndicator InnerIndicator { get; }
The inner indicator.
Methods
Called when [attached].
C#
protected override void OnAttached(UIChartElement parent)
The parent.
Overrides:
Called when [detached].
C#
protected override void OnDettached()
Overrides:
Raises the standard .NET PropertyChanged event.
C#
protected override void OnNotifyPropertyChanged(PropertyChangedEventArgs e)
Overrides: