New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents the base class for financial indicators that use both a value binding and a period for calculations.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

C#
public abstract class ValuePeriodIndicatorBase : ValueIndicatorBase

Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBaseLineIndicatorBaseValueIndicatorBaseValuePeriodIndicatorBase...

Derived Classes: AdaptiveMovingAverageKaufmanIndicatorBollingerBandsIndicatorExponentialMovingAverageIndicatorMovingAverageIndicatorRateOfChangeIndicatorRelativeMomentumIndexIndicatorRelativeStrengthIndexIndicatorTrixIndicatorWeightedMovingAverageIndicator...

Inherited Members ValueIndicatorBase.ValueBindingPropertyValueIndicatorBase.ValueBindingLineIndicatorBase.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

C#
protected ValuePeriodIndicatorBase()

Fields

PeriodProperty

BindableProperty

Identifies the Period bindable property.

C#
public static readonly BindableProperty PeriodProperty

Properties

Gets or sets the period used for the indicator calculations.

C#
public int Period { get; set; }
Property Value:

The number of periods to use in the calculation.