Base class for financial indicators that are calculated upon the High, Low and Close values and define a period.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class StochasticSlowIndicator : StochasticFastIndicator, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesIndicatorBaseLineIndicatorBaseHighLowIndicatorBaseHighLowCloseIndicatorBaseStochasticFastIndicatorStochasticSlowIndicator...
Implements:
Inherited Members
Constructors
C#
public StochasticSlowIndicator()
Fields
SlowingPeriodProperty
DependencyProperty
Identifies the SlowingPeriod dependency property.
C#
public static readonly DependencyProperty SlowingPeriodProperty
Properties
Gets or sets the indicator slowing period.
C#
public int SlowingPeriod { get; set; }
The period.