ClassModifiedExponentialMovingAverageIndicator
Class
Visualizes a collection of DataPoints, using a shape. This class represents the Modified Exponential Moving Average financial indicator. Its values are defined as the average of the exponentially weighted values of the last points.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class ModifiedExponentialMovingAverageIndicator : ExponentialMovingAverageIndicator, IChartSeries, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesIndicatorBaseLineIndicatorBaseValueIndicatorBaseValuePeriodIndicatorBaseExponentialMovingAverageIndicatorModifiedExponentialMovingAverageIndicator
Implements:
Inherited Members
Constructors
ModifiedExponentialMovingAverageIndicator()
Initializes a new instance of the ModifiedExponentialMovingAverageIndicator class.
Declaration
cs-api-definition
public ModifiedExponentialMovingAverageIndicator()