Class
ValuePeriodIndicatorBase

Represents a base class for financial indicators whose value depends on one input value (Open, High, Low, Close) and Period.

Definition

Namespace:Telerik.UI.Xaml.Controls.Chart

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public abstract class ValuePeriodIndicatorBase : ValueIndicatorBase, IChartSeries, IChartElementPresenter, IElementPresenter

Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesIndicatorBaseLineIndicatorBaseValueIndicatorBaseValuePeriodIndicatorBase

Derived Classes: AdaptiveMovingAverageKaufmanIndicatorBollingerBandsIndicatorExponentialMovingAverageIndicatorModifiedMovingAverageIndicatorMomentumIndicatorMovingAverageIndicatorRelativeMomentumIndexIndicatorRelativeStrengthIndexIndicatorTrixIndicatorWeightedMovingAverageIndicator

Implements: IChartElementPresenterIChartSeriesIElementPresenter

Inherited Members ValueIndicatorBase.ValueBindingPropertyValueIndicatorBase.ValueBindingLineIndicatorBase.StrokePropertyLineIndicatorBase.StrokeThicknessPropertyLineIndicatorBase.StrokeDashArrayPropertyLineIndicatorBase.StrokeLineJoinPropertyLineIndicatorBase.UnapplyTemplateCore()LineIndicatorBase.ApplyTemplateCore()LineIndicatorBase.OnStrokeThicknessChanged(double)LineIndicatorBase.OnStrokeDashArrayChanged(DoubleCollection)LineIndicatorBase.OnStrokeLineJoinChanged(PenLineJoin)LineIndicatorBase.StrokeLineIndicatorBase.StrokeThicknessLineIndicatorBase.StrokeDashArrayLineIndicatorBase.StrokeLineJoinIndicatorBase.CategoryBindingPropertyIndicatorBase.OnCreateAutomationPeer()IndicatorBase.OnAttached()IndicatorBase.OnDetached(RadChartBase)IndicatorBase.DataPointsIndicatorBase.CategoryBindingChartSeries.IsSelectedPropertyChartSeries.AllowSelectPropertyChartSeries.ShowLabelsPropertyChartSeries.ItemsSourcePropertyChartSeries.ClipToPlotAreaPropertyChartSeries.IsSelectedBindingPropertyChartSeries.PaletteIndexPropertyChartSeries.HitTest(Rect)ChartSeries.HitTestDataPoints(Rect)ChartSeries.HitTestElementsCore(Rect, bool, bool)ChartSeries.SelectRectPoints(ref Rect)ChartSeries.HitTestDataPointsCore(Rect)ChartSeries.HitTestDataPointsCore(Rect, bool)ChartSeries.GetDataPointLabels(DataPoint)ChartSeries.OnTemplateApplied()ChartSeries.IsSelectedChartSeries.AllowSelectChartSeries.PaletteIndexChartSeries.LabelDefinitionsChartSeries.IsSelectedBindingChartSeries.ShowLabelsChartSeries.DisplayNameChartSeries.ClipToPlotAreaChartSeries.ItemsSourceChartSeries.ActualPaletteIndexChartSeries.DataBindingCompleteChartElementPresenter.ZIndexChartElementPresenter.ChartPresenterBase.InfinitySizePresenterBase.InfinityPointPresenterBase.RefreshNode(object)PresenterBase.InvalidatePalette()PresenterBase.MeasureNodeOverride(Node, object)PresenterBase.RefreshNodeCore(Node)PresenterBase.CreateContentPresenter(object, DataTemplate)PresenterBase.RenderSurfacePresenterBase.CompositorPresenterBase.ContainerVisualRootRadControl.EndVisualStateUpdate(bool, bool)RadControl.UpdateVisualState(bool)RadControl.BeginVisualStateUpdate()RadControl.SetVisualState(string, bool)RadControl.CanUpdateVisualState()RadControl.ComposeVisualStateName()RadControl.MeasureOverride(Size)RadControl.ArrangeOverride(Size)RadControl.OnApplyTemplate()RadControl.OnIsEnabledChanged(bool, bool)RadControl.LoadCore()RadControl.OnLoaded()RadControl.UnloadCore()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.IsTemplateApplied

Constructors

ValuePeriodIndicatorBase()

Declaration

cs-api-definition
protected ValuePeriodIndicatorBase()

Fields

PeriodProperty

Identifies the Period dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty PeriodProperty

Field Value

DependencyProperty

Properties

Period

Gets or sets the indicator period.

Declaration

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

Property Value

int

The period.