ClassStochasticFastIndicatorBase
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public abstract class StochasticFastIndicatorBase : HighLowCloseCacheIndicatorBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesCartesianSeriesCartesianPointSeriesLineSeriesBaseIndicatorBaseHighLowCloseIndicatorBaseHighLowCloseCacheIndicatorBaseStochasticFastIndicatorBase
Derived Classes:
Implements:
Inherited Members
Constructors
StochasticFastIndicatorBase()
Declaration
cs-api-definition
protected StochasticFastIndicatorBase()
Fields
MainPeriodProperty
Declaration
cs-api-definition
public static readonly RadProperty MainPeriodProperty
Field Value
SignalPeriodProperty
Declaration
cs-api-definition
public static readonly RadProperty SignalPeriodProperty
Field Value
Properties
MainPeriod
Gets or sets the main period.
Declaration
cs-api-definition
public int MainPeriod { get; set; }
Property Value
The main period.
SignalPeriod
Gets or sets the signal period.
Declaration
cs-api-definition
public int SignalPeriod { get; set; }
Property Value
The signal period.
Methods
CalculateMainValue(int, double)
Calculates the main value.