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

Provides a base class for financial indicators that use high, low, close values and a period parameter.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

C#
public abstract class HighLowClosePeriodIndicatorBase : HighLowCloseIndicatorBase

Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBaseLineIndicatorBaseHighLowIndicatorBaseHighLowCloseIndicatorBaseHighLowClosePeriodIndicatorBase...

Derived Classes: AverageTrueRangeIndicatorCommodityChannelIndexIndicatorUltimateOscillatorIndicator

Inherited Members HighLowCloseIndicatorBase.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

C#
protected HighLowClosePeriodIndicatorBase()

Fields

PeriodProperty

BindableProperty

Identifies the Period property.

C#
public static readonly BindableProperty PeriodProperty

Properties

Gets or sets the period for the financial indicator calculation.

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

The number of periods to use in the calculation.