Class
ValuePeriodIndicatorBase

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:

cs-api-definition
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

ValuePeriodIndicatorBase()

Declaration

cs-api-definition
protected ValuePeriodIndicatorBase()

Fields

PeriodProperty

Identifies the Period bindable property.

Declaration

cs-api-definition
public static readonly BindableProperty PeriodProperty

Field Value

BindableProperty

Properties

Period

Gets or sets the period used for the indicator calculations.

Declaration

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

Property Value

int

The number of periods to use in the calculation.