Class
StochasticSlowIndicator

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 StochasticFastIndicator.MainPeriodPropertyStochasticFastIndicator.SignalPeriodPropertyStochasticFastIndicator.SignalStrokePropertyStochasticFastIndicator.SignalStrokeStochasticFastIndicator.SignalPeriodStochasticFastIndicator.MainPeriodHighLowCloseIndicatorBase.CloseBindingPropertyHighLowCloseIndicatorBase.CloseBindingHighLowIndicatorBase.HighBindingPropertyHighLowIndicatorBase.LowBindingPropertyHighLowIndicatorBase.HighBindingHighLowIndicatorBase.LowBindingLineIndicatorBase.StrokePropertyLineIndicatorBase.StrokeThicknessPropertyLineIndicatorBase.IsDefaultValue(string)LineIndicatorBase.StrokeLineIndicatorBase.StrokeThicknessIndicatorBase.CategoryBindingPropertyIndicatorBase.CategoryBindingChartSeries.AllowSelectPropertyChartSeries.DisplayNamePropertyChartSeries.IsSelectedPropertyChartSeries.ItemsSourcePropertyChartSeries.ShowLabelsPropertyChartSeries.LabelBindingPropertyChartSeries.LabelFormatPropertyChartSeries.LabelFormatterPropertyChartSeries.OnItemsSourceCollectionChanged(object, NotifyCollectionChangedEventArgs)ChartSeries.OnItemsSourceChanged(IEnumerable, IEnumerable)ChartSeries.LabelFormatterChartSeries.AllowSelectChartSeries.DisplayNameChartSeries.IsSelectedChartSeries.ItemsSourceChartSeries.ShowLabelsChartSeries.LabelBindingChartSeries.LabelFormatChartElement.OnPropertyChanged(string)ChartElement.Key

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

int

The number of periods used for smoothing the stochastic values.