New to Telerik UI for .NET MAUIStart a free 30-day trial

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 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

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; }
Property Value:

The number of periods used for smoothing the stochastic values.