Represents the Stochastic Slow financial indicator that provides a smoothed version of the StochasticFastIndicator.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
C#
public class StochasticSlowIndicator : StochasticFastIndicator
Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBaseLineIndicatorBaseHighLowIndicatorBaseHighLowCloseIndicatorBaseStochasticFastIndicatorStochasticSlowIndicator...
Inherited Members
Constructors
C#
public StochasticSlowIndicator()
Fields
SlowingPeriodProperty
BindableProperty
Identifies the SlowingPeriod bindable property.
C#
public static readonly BindableProperty SlowingPeriodProperty
Properties
Gets or sets the slowing period used to smooth the stochastic indicator.
C#
public int SlowingPeriod { get; set; }
The number of periods used for smoothing the stochastic values.