ClassStochasticSlowIndicator
Class
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:
cs-api-definition
public class StochasticSlowIndicator : StochasticFastIndicator
Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBaseLineIndicatorBaseHighLowIndicatorBaseHighLowCloseIndicatorBaseStochasticFastIndicatorStochasticSlowIndicator
Inherited Members
Constructors
StochasticSlowIndicator()
Declaration
cs-api-definition
public StochasticSlowIndicator()
Fields
SlowingPeriodProperty
Identifies the SlowingPeriod bindable property.
Declaration
cs-api-definition
public static readonly BindableProperty SlowingPeriodProperty
Field Value
BindableProperty
Properties
SlowingPeriod
Gets or sets the slowing period used to smooth the stochastic indicator.
Declaration
cs-api-definition
public int SlowingPeriod { get; set; }
Property Value
The number of periods used for smoothing the stochastic values.