Class
UltimateOscillatorIndicator

Represents the Ultimate Oscillator financial indicator that combines short-term, medium-term, and long-term price action into one oscillator.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public class UltimateOscillatorIndicator : HighLowClosePeriodIndicatorBase

Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBaseLineIndicatorBaseHighLowIndicatorBaseHighLowCloseIndicatorBaseHighLowClosePeriodIndicatorBaseUltimateOscillatorIndicator

Inherited Members HighLowClosePeriodIndicatorBase.PeriodPropertyHighLowClosePeriodIndicatorBase.PeriodHighLowCloseIndicatorBase.CloseBindingPropertyHighLowCloseIndicatorBase.CloseBindingHighLowIndicatorBase.HighBindingPropertyHighLowIndicatorBase.LowBindingPropertyHighLowIndicatorBase.HighBindingHighLowIndicatorBase.LowBindingLineIndicatorBase.StrokePropertyLineIndicatorBase.StrokeThicknessPropertyLineIndicatorBase.IsDefaultValue(string)LineIndicatorBase.StrokeLineIndicatorBase.StrokeThicknessIndicatorBase.CategoryBindingPropertyIndicatorBase.CategoryBindingChartSeries.AllowSelectPropertyChartSeries.DisplayNamePropertyChartSeries.IsSelectedPropertyChartSeries.ItemsSourcePropertyChartSeries.ShowLabelsPropertyChartSeries.LabelBindingPropertyChartSeries.LabelFormatPropertyChartSeries.LabelFormatterPropertyChartSeries.OnItemsSourceCollectionChanged(object, NotifyCollectionChangedEventArgs)ChartSeries.OnItemsSourceChanged(IEnumerable, IEnumerable)ChartSeries.LabelFormatterChartSeries.AllowSelectChartSeries.DisplayNameChartSeries.IsSelectedChartSeries.ItemsSourceChartSeries.ShowLabelsChartSeries.LabelBindingChartSeries.LabelFormatChartElement.OnPropertyChanged(string)ChartElement.Key

Constructors

UltimateOscillatorIndicator()

Declaration

cs-api-definition
public UltimateOscillatorIndicator()

Fields

Period2Property

Identifies the Period2 bindable property.

Declaration

cs-api-definition
public static readonly BindableProperty Period2Property

Field Value

BindableProperty

Period3Property

Identifies the Period3 bindable property.

Declaration

cs-api-definition
public static readonly BindableProperty Period3Property

Field Value

BindableProperty

Properties

Period2

Gets or sets the second period value for the Ultimate Oscillator calculation.

Declaration

cs-api-definition
public int Period2 { get; set; }

Property Value

int

The second period value.

Period3

Gets or sets the third period value for the Ultimate Oscillator calculation.

Declaration

cs-api-definition
public int Period3 { get; set; }

Property Value

int

The third period value.