ClassExponentialMovingAverageIndicator
Class
Visualizes a collection of DataPoints, using a 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.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class ExponentialMovingAverageIndicator : ValuePeriodIndicatorBase, IChartSeries, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesIndicatorBaseLineIndicatorBaseValueIndicatorBaseValuePeriodIndicatorBaseExponentialMovingAverageIndicator
Derived Classes:
Implements:
Inherited Members
Constructors
ExponentialMovingAverageIndicator()
Initializes a new instance of the ExponentialMovingAverageIndicator class.
Declaration
cs-api-definition
public ExponentialMovingAverageIndicator()