RadControls for Silverlight

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.

Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart (in Telerik.Windows.Controls.Chart.dll) Version: 2013.1.403.1050

Syntax

C#
public class ModifiedExponentialMovingAverageIndicator : ExponentialMovingAverageIndicator
Visual Basic
Public Class ModifiedExponentialMovingAverageIndicator _
	Inherits ExponentialMovingAverageIndicator

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          RadControlBase
            Telerik.Windows.Controls.ChartView..::..PresenterBase
              Telerik.Windows.Controls.ChartView..::..ChartElementPresenter
                Telerik.Windows.Controls.ChartView..::..ChartSeries
                  Telerik.Windows.Controls.ChartView..::..IndicatorBase
                    Telerik.Windows.Controls.ChartView..::..LineIndicatorBase
                      Telerik.Windows.Controls.ChartView..::..ValueIndicatorBase
                        Telerik.Windows.Controls.ChartView..::..ValuePeriodIndicatorBase
                          Telerik.Windows.Controls.ChartView..::..ExponentialMovingAverageIndicator
                            Telerik.Windows.Controls.ChartView..::..ModifiedExponentialMovingAverageIndicator

See Also