ClassExponentialMovingAverageIndicator
Class
Visualizes a collection of DataPoints, using a Line shape. This class represents the 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 ExponentialMovingAverageIndicator : ValuePeriodIndicatorBase, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesIndicatorBaseLineIndicatorBaseValueIndicatorBaseValuePeriodIndicatorBaseExponentialMovingAverageIndicator
Derived Classes:
Implements:
Inherited Members
Constructors
ExponentialMovingAverageIndicator()
Declaration
cs-api-definition
public ExponentialMovingAverageIndicator()