ClassModifiedExponentialMovingAverageIndicator
Class
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:
cs-api-definition
public class ModifiedExponentialMovingAverageIndicator : ExponentialMovingAverageIndicator, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesIndicatorBaseLineIndicatorBaseValueIndicatorBaseValuePeriodIndicatorBaseExponentialMovingAverageIndicatorModifiedExponentialMovingAverageIndicator
Implements:
Inherited Members
Constructors
ModifiedExponentialMovingAverageIndicator()
Declaration
cs-api-definition
public ModifiedExponentialMovingAverageIndicator()