ClassStochasticFastIndicator
Represents the Stochastic Fast financial indicator.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class StochasticFastIndicator : HighLowCloseIndicatorBase, IChartSeries, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesIndicatorBaseLineIndicatorBaseHighLowIndicatorBaseHighLowCloseIndicatorBaseStochasticFastIndicator
Derived Classes:
Implements:
Inherited Members
Constructors
StochasticFastIndicator()
Initializes a new instance of the StochasticFastIndicator class.
Declaration
public StochasticFastIndicator()
Fields
MainPeriodProperty
Identifies the MainPeriod dependency property.
Declaration
public static readonly DependencyProperty MainPeriodProperty
Field Value
DependencyProperty
SignalPeriodProperty
Identifies the MainPeriod dependency property.
Declaration
public static readonly DependencyProperty SignalPeriodProperty
Field Value
DependencyProperty
SignalStrokeProperty
Identifies the SignalStroke property.
Declaration
public static readonly DependencyProperty SignalStrokeProperty
Field Value
DependencyProperty
Properties
MainPeriod
Gets or sets the indicator main (fast) period.
SignalPeriod
Gets or sets the indicator signal (slow) period.
SignalStroke
Gets or sets the Brush instance that defines the stroke of the line.
Declaration
public Brush SignalStroke { get; set; }
Property Value
Brush
Methods
ApplyTemplateCore()
Adds the polyline shape to the visual tree.
OnAttached()
Occurs when the presenter has been successfully attached to its owning RadChartBase instance.
Declaration
protected override void OnAttached()
Overrides
OnDetached(RadChartBase)
Occurs when the presenter has been successfully detached from its owning RadChartBase instance.
Declaration
protected override void OnDetached(RadChartBase oldChart)
Parameters
oldChart
Overrides
OnStrokeDashArrayChanged(DoubleCollection)
Called when the StrokeDashArray property is changed.
Declaration
protected override void OnStrokeDashArrayChanged(DoubleCollection newValue)
Parameters
newValue
DoubleCollection
Overrides
OnStrokeLineJoinChanged(PenLineJoin)
Called when the StrokeLineJoin property is changed.
Declaration
protected override void OnStrokeLineJoinChanged(PenLineJoin newValue)
Parameters
newValue
PenLineJoin
Overrides
OnStrokeThicknessChanged(double)
Called when the StrokeThickness property is changed.
Declaration
protected override void OnStrokeThicknessChanged(double newValue)
Parameters
newValue
Overrides
UnapplyTemplateCore()
Removes the current control template. Occurs when a template has already been applied and a new one is applied.
Declaration
protected override void UnapplyTemplateCore()
Overrides