Class StochasticSlowIndicator
Base class for financial indicators that are calculated upon the High, Low and Close values and define a period.
Inheritance
System.Object
StochasticSlowIndicator
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class StochasticSlowIndicator : StochasticFastIndicator, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
Constructors
StochasticSlowIndicator()
Declaration
public StochasticSlowIndicator()
Fields
SlowingPeriodProperty
Identifies the SlowingPeriod dependency property.
Declaration
public static readonly DependencyProperty SlowingPeriodProperty
Field Value
System.Windows.DependencyProperty
|
Properties
SlowingPeriod
Gets or sets the indicator slowing period.
Declaration
public int SlowingPeriod { get; set; }
Property Value
System.Int32
The period. |
Methods
ToString()
Returns a System.String that represents the current System.Object.
Declaration
public override string ToString()
Returns
System.String
|