Class UltimateOscillatorIndicator
Visualizes a collection of DataPoints, using a System.Windows.Shapes.Line shape. This class represents the Momentum oscillator.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class UltimateOscillatorIndicator : HighLowClosePeriodIndicatorBase, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
Constructors
UltimateOscillatorIndicator()
Declaration
public UltimateOscillatorIndicator()
Fields
Period2Property
Identifies the Period2 dependency property.
Declaration
public static readonly DependencyProperty Period2Property
Field Value
System.Windows.DependencyProperty
|
Period3Property
Identifies the Period3 dependency property.
Declaration
public static readonly DependencyProperty Period3Property
Field Value
System.Windows.DependencyProperty
|
Properties
Period2
Gets or sets the second period.
Declaration
public int Period2 { get; set; }
Property Value
System.Int32
The second period. |
Period3
Gets or sets the third period.
Declaration
public int Period3 { get; set; }
Property Value
System.Int32
The third period. |
Methods
ToString()
Returns a System.String that represents the current System.Object.
Declaration
public override string ToString()
Returns
System.String
|