Class StochasticFastIndicator
Represents the Stochastic Fast financial indicator.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class StochasticFastIndicator : HighLowCloseIndicatorBase, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
Constructors
StochasticFastIndicator()
Initializes a new instance of the Stochastic
Declaration
public StochasticFastIndicator()
Fields
MainPeriodProperty
Identifies the Main
Declaration
public static readonly DependencyProperty MainPeriodProperty
Field Value
System.
|
SignalPeriodProperty
Identifies the Main
Declaration
public static readonly DependencyProperty SignalPeriodProperty
Field Value
System.
|
SignalStrokeProperty
Identifies the Signal
Declaration
public static readonly DependencyProperty SignalStrokeProperty
Field Value
System.
|
Properties
MainPeriod
Gets or sets the indicator main (fast) period.
Declaration
public int MainPeriod { get; set; }
Property Value
System. The period. |
SignalDataPoints
Gets the collection of data points associated with the signal line.
Declaration
public DataPointCollection<CategoricalDataPoint> SignalDataPoints { get; }
Property Value
SignalPeriod
Gets or sets the indicator signal (slow) period.
Declaration
public int SignalPeriod { get; set; }
Property Value
System. The period. |
SignalStroke
Gets or sets the System.
Declaration
public Brush SignalStroke { get; set; }
Property Value
System.
|
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.
Declaration
public override void OnApplyTemplate()
Overrides
OnAttached()
Occurs when the presenter has been successfully attached to its owning Rad
Declaration
protected override void OnAttached()
Overrides
OnDetached(RadChartBase)
Occurs when the presenter has been successfully detached from its owning Rad
Declaration
protected override void OnDetached(RadChartBase oldChart)
Parameters
Rad
|
Overrides
OnStrokeThicknessChanged(DependencyPropertyChangedEventArgs)
Executed when the Stroke
Declaration
protected override void OnStrokeThicknessChanged(DependencyPropertyChangedEventArgs e)
Parameters
System. The System. |
Overrides
ToString()
Returns a System.
Declaration
public override string ToString()
Returns
System.
|