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 StochasticFastIndicator class.
Declaration
public StochasticFastIndicator()
Fields
MainPeriodProperty
Identifies the MainPeriod dependency property.
Declaration
public static readonly DependencyProperty MainPeriodProperty
Field Value
System.Windows.DependencyProperty
|
SignalPeriodProperty
Identifies the MainPeriod dependency property.
Declaration
public static readonly DependencyProperty SignalPeriodProperty
Field Value
System.Windows.DependencyProperty
|
SignalStrokeProperty
Identifies the SignalStroke property.
Declaration
public static readonly DependencyProperty SignalStrokeProperty
Field Value
System.Windows.DependencyProperty
|
Properties
MainPeriod
Gets or sets the indicator main (fast) period.
Declaration
public int MainPeriod { get; set; }
Property Value
System.Int32
The period. |
SignalDataPoints
Gets the collection of data points associated with the signal line.
Declaration
public DataPointCollection<CategoricalDataPoint> SignalDataPoints { get; }
Property Value
DataPointCollection<CategoricalDataPoint>
|
SignalPeriod
Gets or sets the indicator signal (slow) period.
Declaration
public int SignalPeriod { get; set; }
Property Value
System.Int32
The period. |
SignalStroke
Gets or sets the System.Windows.Media.Brush instance that defines the stroke of the line.
Declaration
public Brush SignalStroke { get; set; }
Property Value
System.Windows.Media.Brush
|
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.
Declaration
public override void OnApplyTemplate()
Overrides
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
RadChartBase
oldChart
|
Overrides
OnStrokeThicknessChanged(DependencyPropertyChangedEventArgs)
Executed when the StrokeThickness property is changed.
Declaration
protected override void OnStrokeThicknessChanged(DependencyPropertyChangedEventArgs e)
Parameters
System.Windows.DependencyPropertyChangedEventArgs
e
The System.Windows.DependencyPropertyChangedEventArgs instance containing the StrokeThicknessChanged event data. |
Overrides
ToString()
Returns a System.String that represents the current System.Object.
Declaration
public override string ToString()
Returns
System.String
|