Class
UltimateOscillatorIndicator

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:

cs-api-definition
public class UltimateOscillatorIndicator : HighLowClosePeriodIndicatorBase, IChartElementPresenter

Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesIndicatorBaseLineIndicatorBaseHighLowIndicatorBaseHighLowCloseIndicatorBaseHighLowClosePeriodIndicatorBaseUltimateOscillatorIndicator

Implements: IChartElementPresenter

Inherited Members HighLowClosePeriodIndicatorBase.PeriodPropertyHighLowClosePeriodIndicatorBase.PeriodHighLowCloseIndicatorBase.CloseBindingPropertyHighLowCloseIndicatorBase.CloseBindingHighLowIndicatorBase.HighBindingPropertyHighLowIndicatorBase.LowBindingPropertyHighLowIndicatorBase.HighBindingHighLowIndicatorBase.LowBindingLineIndicatorBase.StrokePropertyLineIndicatorBase.StrokeThicknessPropertyLineIndicatorBase.DashArrayPropertyLineIndicatorBase.OnApplyTemplate()LineIndicatorBase.OnAttached()LineIndicatorBase.OnDetached(RadChartBase)LineIndicatorBase.OnStrokeThicknessChanged(DependencyPropertyChangedEventArgs)LineIndicatorBase.StrokeLineIndicatorBase.StrokeThicknessLineIndicatorBase.DashArrayIndicatorBase.CategoryBindingPropertyIndicatorBase.OnCreateAutomationPeer()IndicatorBase.DataPointsIndicatorBase.CategoryBindingChartSeries.SeriesAnimationPropertyChartSeries.PointAnimationPropertyChartSeries.ShowLabelsPropertyChartSeries.IsSelectedPropertyChartSeries.AllowSelectPropertyChartSeries.TrackBallTemplatePropertyChartSeries.TrackBallInfoTemplatePropertyChartSeries.ItemsSourcePropertyChartSeries.ClipToPlotAreaPropertyChartSeries.DisplayNamePropertyChartSeries.TooltipTemplatePropertyChartSeries.LabelConnectorsSettingsPropertyChartSeries.PlaySeriesAnimation()ChartSeries.PlayPointAnimations()ChartSeries.OnLoaded(object, RoutedEventArgs)ChartSeries.OnPlaySeriesAnimation(bool)ChartSeries.OnPlayPointAnimations(bool)ChartSeries.GetDataPointLabels(DataPoint)ChartSeries.HitTest(Rect)ChartSeries.HitTestDataPoints(Rect)ChartSeries.HitTestElements(Rect)ChartSeries.HitTestElementsCore(Rect)ChartSeries.HitTestDataPointsCore(Rect)ChartSeries.OnVisibilityChanged()ChartSeries.GetLabelConnector(ChartSeriesLabelPositionInfo)ChartSeries.SeriesAnimationChartSeries.PointAnimationChartSeries.LabelDefinitionsChartSeries.ShowLabelsChartSeries.IsSelectedChartSeries.AllowSelectChartSeries.TrackBallTemplateChartSeries.TrackBallInfoTemplateChartSeries.DisplayNameChartSeries.TooltipTemplateChartSeries.ClipToPlotAreaChartSeries.ItemsSourceChartSeries.LabelConnectorsSettingsChartSeries.SeriesAnimationCompletedChartSeries.PointAnimationsCompletedChartSeries.DataBindingCompleteChartElementPresenter.OnPropertyChanged(DependencyPropertyChangedEventArgs)ChartElementPresenter.ZIndexChartElementPresenter.ChartPresenterBase.InfinitySizePresenterBase.InfinityPointPresenterBase.RefreshNode(ChartNode)PresenterBase.InvalidatePalette()PresenterBase.MeasureNodeOverride(ChartNode, object)PresenterBase.RefreshNodeCore(ChartNode)PresenterBase.CreateContentPresenter(object, DataTemplate)PresenterBase.OnInitialized(EventArgs)PresenterBase.RenderSurfaceRadControlBase.OnUnloaded(object, RoutedEventArgs)RadControlBase.IsLoadedRadControlBase.IsTemplateApplied

Constructors

UltimateOscillatorIndicator()

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

int

The second period.

Period3

Gets or sets the third period.

Declaration

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

Property Value

int

The third period.

Methods

ToString()

Returns a string that represents the current object.

Declaration

cs-api-definition
public override string ToString()

Returns

string