Class
ShortLongPeriodIndicatorBase

Provides a base class for financial indicators that use short and long period parameters.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public abstract class ShortLongPeriodIndicatorBase : ValueIndicatorBase

Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBaseLineIndicatorBaseValueIndicatorBaseShortLongPeriodIndicatorBase

Derived Classes: MacdIndicator

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

ShortLongPeriodIndicatorBase()

Declaration

cs-api-definition
protected ShortLongPeriodIndicatorBase()

Fields

LongPeriodProperty

Identifies the LongPeriod property.

Declaration

cs-api-definition
public static readonly BindableProperty LongPeriodProperty

Field Value

BindableProperty

ShortPeriodProperty

Identifies the ShortPeriod property.

Declaration

cs-api-definition
public static readonly BindableProperty ShortPeriodProperty

Field Value

BindableProperty

Properties

LongPeriod

Gets or sets the long period for the financial indicator calculation.

Declaration

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

Property Value

int

The number of long periods to use in the calculation.

ShortPeriod

Gets or sets the short period for the financial indicator calculation.

Declaration

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

Property Value

int

The number of short periods to use in the calculation.