Class StochasticSlowIndicator
Represents the Stochastic Slow financial indicator that provides a smoothed version of the StochasticFastIndicator.
Inheritance
System.Object
StochasticSlowIndicator
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class StochasticSlowIndicator : StochasticFastIndicator, IParentElement, IChildElement
Constructors
StochasticSlowIndicator()
Declaration
public StochasticSlowIndicator()
Fields
SlowingPeriodProperty
Identifies the SlowingPeriod bindable property.
Declaration
public static readonly BindableProperty SlowingPeriodProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
SlowingPeriod
Gets or sets the slowing period used to smooth the stochastic indicator.
Declaration
public int SlowingPeriod { get; set; }
Property Value
System.Int32
The number of periods used for smoothing the stochastic values. |