ClassUltimateOscillatorIndicator
Class
Visualizes a collection of DataPoints, using a shape. This class represents the Momentum oscillator.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class UltimateOscillatorIndicator : HighLowClosePeriodIndicatorBase, IChartSeries, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesIndicatorBaseLineIndicatorBaseHighLowIndicatorBaseHighLowCloseIndicatorBaseHighLowClosePeriodIndicatorBaseUltimateOscillatorIndicator
Implements:
Inherited Members
Constructors
UltimateOscillatorIndicator()
Initializes a new instance of the UltimateOscillatorIndicator class.
Declaration
cs-api-definition
public UltimateOscillatorIndicator()
Fields
Period2Property
Identifies the Period2 dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty Period2Property
Field Value
DependencyProperty
Period3Property
Identifies the Period3 dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty Period3Property
Field Value
DependencyProperty
Properties
Period2
Gets or sets the second period.
Declaration
cs-api-definition
public int Period2 { get; set; }
Property Value
The second period.