Class ModifiedExponentialMovingAverageIndicator
Visualizes a collection of DataPoints, using a System.Windows.Shapes.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.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class ModifiedExponentialMovingAverageIndicator : ExponentialMovingAverageIndicator, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
Constructors
ModifiedExponentialMovingAverageIndicator()
Declaration
public ModifiedExponentialMovingAverageIndicator()
Methods
ToString()
Returns a System.String that represents the current System.Object.
Declaration
public override string ToString()
Returns
System.String
|