Class WeightedMovingAverageIndicator
Visualizes a collection of DataPoints, using a System.Windows.Shapes.Line shape. This class represents the Weighted Moving Average financial indicator.
Inheritance
System.Object
WeightedMovingAverageIndicator
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class WeightedMovingAverageIndicator : ValuePeriodIndicatorBase, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
Constructors
WeightedMovingAverageIndicator()
Declaration
public WeightedMovingAverageIndicator()
Methods
ToString()
Returns a System.String that represents the current System.Object.
Declaration
public override string ToString()
Returns
System.String
|