Represents the Stochastic Fast financial indicator.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class StochasticFastIndicator : HighLowCloseIndicatorBase, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesIndicatorBaseLineIndicatorBaseHighLowIndicatorBaseHighLowCloseIndicatorBaseStochasticFastIndicator...
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the StochasticFastIndicator class.
public StochasticFastIndicator()
Fields
MainPeriodProperty
DependencyProperty
Identifies the MainPeriod dependency property.
public static readonly DependencyProperty MainPeriodProperty
SignalPeriodProperty
DependencyProperty
Identifies the MainPeriod dependency property.
public static readonly DependencyProperty SignalPeriodProperty
SignalStrokeProperty
DependencyProperty
Identifies the SignalStroke property.
public static readonly DependencyProperty SignalStrokeProperty
Properties
Gets or sets the indicator main (fast) period.
public int MainPeriod { get; set; }
The period.
Gets the collection of data points associated with the signal line.
public DataPointCollection<CategoricalDataPoint> SignalDataPoints { get; }
Gets or sets the indicator signal (slow) period.
public int SignalPeriod { get; set; }
The period.
SignalStroke
Brush
Gets or sets the Brush instance that defines the stroke of the line.
public Brush SignalStroke { get; set; }
Methods
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call . In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.
public override void OnApplyTemplate()
Overrides:
Occurs when the presenter has been successfully attached to its owning RadChartBase instance.
protected override void OnAttached()
Overrides:
Occurs when the presenter has been successfully detached from its owning RadChartBase instance.
protected override void OnDetached(RadChartBase oldChart)
Overrides:
Executed when the StrokeThickness property is changed.
protected override void OnStrokeThicknessChanged(DependencyPropertyChangedEventArgs e)
The DependencyPropertyChangedEventArgs instance containing the event data.
Overrides: