Class StochasticFastIndicator
Inheritance
System.Object
StochasticFastIndicator
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class StochasticFastIndicator : HighLowCloseIndicatorBase, IChartSeries, IChartElementPresenter, IElementPresenter
Constructors
StochasticFastIndicator()
Declaration
public StochasticFastIndicator()
Fields
MainPeriodProperty
Declaration
public static readonly DependencyProperty MainPeriodProperty
Field Value
Microsoft.
|
SignalPeriodProperty
Declaration
public static readonly DependencyProperty SignalPeriodProperty
Field Value
Microsoft.
|
SignalStrokeProperty
Declaration
public static readonly DependencyProperty SignalStrokeProperty
Field Value
Microsoft.
|
Properties
MainPeriod
Declaration
public int MainPeriod { get; set; }
Property Value
System.
|
SignalPeriod
Declaration
public int SignalPeriod { get; set; }
Property Value
System.
|
SignalStroke
Declaration
public Brush SignalStroke { get; set; }
Property Value
Microsoft.
|
Methods
ApplyTemplateCore()
Declaration
protected override bool ApplyTemplateCore()
Returns
System.
|
Overrides
OnAttached()
OnDetached(RadChartBase)
Declaration
protected override void OnDetached(RadChartBase oldChart)
Parameters
Rad
|
Overrides
OnStrokeDashArrayChanged(DoubleCollection)
Declaration
protected override void OnStrokeDashArrayChanged(DoubleCollection newValue)
Parameters
Microsoft.
|
Overrides
OnStrokeLineJoinChanged(PenLineJoin)
Declaration
protected override void OnStrokeLineJoinChanged(PenLineJoin newValue)
Parameters
Microsoft.
|
Overrides
OnStrokeThicknessChanged(Double)
Declaration
protected override void OnStrokeThicknessChanged(double newValue)
Parameters
System.
|
Overrides
ToString()
Declaration
public override string ToString()
Returns
System.
|
UnapplyTemplateCore()
Declaration
protected override void UnapplyTemplateCore()