Class UltimateOscillatorIndicator
Inheritance
System.Object
UltimateOscillatorIndicator
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class UltimateOscillatorIndicator : HighLowClosePeriodIndicatorBase, IChartSeries, IChartElementPresenter, IElementPresenter
Constructors
UltimateOscillatorIndicator()
Declaration
public UltimateOscillatorIndicator()
Fields
Period2Property
Declaration
public static readonly DependencyProperty Period2Property
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Period3Property
Declaration
public static readonly DependencyProperty Period3Property
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Period2
Declaration
public int Period2 { get; set; }
Property Value
|
System.Int32
|
Period3
Declaration
public int Period3 { get; set; }
Property Value
|
System.Int32
|
Methods
ToString()
Declaration
public override string ToString()
Returns
|
System.String
|