Visualizes a collection of DataPoints, using a Line 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.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class ModifiedExponentialMovingAverageIndicator : ExponentialMovingAverageIndicator, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesIndicatorBaseLineIndicatorBaseValueIndicatorBaseValuePeriodIndicatorBaseExponentialMovingAverageIndicatorModifiedExponentialMovingAverageIndicator...
Implements:
Inherited Members
Constructors
C#
public ModifiedExponentialMovingAverageIndicator()