Visualizes a collection of DataPoints, using a Line shape. This class represents the Momentum oscillator.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class UltimateOscillatorIndicator : HighLowClosePeriodIndicatorBase, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesIndicatorBaseLineIndicatorBaseHighLowIndicatorBaseHighLowCloseIndicatorBaseHighLowClosePeriodIndicatorBaseUltimateOscillatorIndicator...
Implements:
Inherited Members
Constructors
C#
public UltimateOscillatorIndicator()
Fields
Period2Property
DependencyProperty
Identifies the Period2 dependency property.
C#
public static readonly DependencyProperty Period2Property
Period3Property
DependencyProperty
Identifies the Period3 dependency property.
C#
public static readonly DependencyProperty Period3Property
Properties
Gets or sets the second period.
C#
public int Period2 { get; set; }
The second period.