Class
WeightedMovingAverageIndicator

Represents a Weighted Moving Average (WMA) indicator which gives more weight to recent prices in an attempt to make them more responsive to new information.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public class WeightedMovingAverageIndicator : ValuePeriodIndicatorBase

Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBaseLineIndicatorBaseValueIndicatorBaseValuePeriodIndicatorBaseWeightedMovingAverageIndicator

Inherited Members ValuePeriodIndicatorBase.PeriodPropertyValuePeriodIndicatorBase.PeriodValueIndicatorBase.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

WeightedMovingAverageIndicator()

Declaration

cs-api-definition
public WeightedMovingAverageIndicator()