Class
StochasticSlowIndicator

Base class for financial indicators that are calculated upon the High, Low and Close values and define a period.

Definition

Namespace:Telerik.UI.Xaml.Controls.Chart

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class StochasticSlowIndicator : StochasticFastIndicator, IChartSeries, IChartElementPresenter, IElementPresenter

Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesIndicatorBaseLineIndicatorBaseHighLowIndicatorBaseHighLowCloseIndicatorBaseStochasticFastIndicatorStochasticSlowIndicator

Implements: IChartElementPresenterIChartSeriesIElementPresenter

Inherited Members StochasticFastIndicator.MainPeriodPropertyStochasticFastIndicator.SignalPeriodPropertyStochasticFastIndicator.SignalStrokePropertyStochasticFastIndicator.UnapplyTemplateCore()StochasticFastIndicator.ApplyTemplateCore()StochasticFastIndicator.OnAttached()StochasticFastIndicator.OnDetached(RadChartBase)StochasticFastIndicator.OnStrokeThicknessChanged(double)StochasticFastIndicator.OnStrokeDashArrayChanged(DoubleCollection)StochasticFastIndicator.OnStrokeLineJoinChanged(PenLineJoin)StochasticFastIndicator.MainPeriodStochasticFastIndicator.SignalPeriodStochasticFastIndicator.SignalStrokeHighLowCloseIndicatorBase.CloseBindingPropertyHighLowCloseIndicatorBase.CloseBindingHighLowIndicatorBase.HighBindingPropertyHighLowIndicatorBase.LowBindingPropertyHighLowIndicatorBase.HighBindingHighLowIndicatorBase.LowBindingLineIndicatorBase.StrokePropertyLineIndicatorBase.StrokeThicknessPropertyLineIndicatorBase.StrokeDashArrayPropertyLineIndicatorBase.StrokeLineJoinPropertyLineIndicatorBase.StrokeLineIndicatorBase.StrokeThicknessLineIndicatorBase.StrokeDashArrayLineIndicatorBase.StrokeLineJoinIndicatorBase.CategoryBindingPropertyIndicatorBase.OnCreateAutomationPeer()IndicatorBase.DataPointsIndicatorBase.CategoryBindingChartSeries.IsSelectedPropertyChartSeries.AllowSelectPropertyChartSeries.ShowLabelsPropertyChartSeries.ItemsSourcePropertyChartSeries.ClipToPlotAreaPropertyChartSeries.IsSelectedBindingPropertyChartSeries.PaletteIndexPropertyChartSeries.HitTest(Rect)ChartSeries.HitTestDataPoints(Rect)ChartSeries.HitTestElementsCore(Rect, bool, bool)ChartSeries.SelectRectPoints(ref Rect)ChartSeries.HitTestDataPointsCore(Rect)ChartSeries.HitTestDataPointsCore(Rect, bool)ChartSeries.GetDataPointLabels(DataPoint)ChartSeries.OnTemplateApplied()ChartSeries.IsSelectedChartSeries.AllowSelectChartSeries.PaletteIndexChartSeries.LabelDefinitionsChartSeries.IsSelectedBindingChartSeries.ShowLabelsChartSeries.DisplayNameChartSeries.ClipToPlotAreaChartSeries.ItemsSourceChartSeries.ActualPaletteIndexChartSeries.DataBindingCompleteChartElementPresenter.ZIndexChartElementPresenter.ChartPresenterBase.InfinitySizePresenterBase.InfinityPointPresenterBase.RefreshNode(object)PresenterBase.InvalidatePalette()PresenterBase.MeasureNodeOverride(Node, object)PresenterBase.RefreshNodeCore(Node)PresenterBase.CreateContentPresenter(object, DataTemplate)PresenterBase.RenderSurfacePresenterBase.CompositorPresenterBase.ContainerVisualRootRadControl.EndVisualStateUpdate(bool, bool)RadControl.UpdateVisualState(bool)RadControl.BeginVisualStateUpdate()RadControl.SetVisualState(string, bool)RadControl.CanUpdateVisualState()RadControl.ComposeVisualStateName()RadControl.MeasureOverride(Size)RadControl.ArrangeOverride(Size)RadControl.OnApplyTemplate()RadControl.OnIsEnabledChanged(bool, bool)RadControl.LoadCore()RadControl.OnLoaded()RadControl.UnloadCore()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.IsTemplateApplied

Constructors

StochasticSlowIndicator()

Initializes a new instance of the StochasticSlowIndicator class.

Declaration

cs-api-definition
public StochasticSlowIndicator()

Fields

SlowingPeriodProperty

Identifies the SlowingPeriod dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SlowingPeriodProperty

Field Value

DependencyProperty

Properties

SlowingPeriod

Gets or sets the indicator slowing period.

Declaration

cs-api-definition
public int SlowingPeriod { get; set; }

Property Value

int

The period.

Methods

ToString()

Returns a string that represents the current object.

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides StochasticFastIndicator.ToString()