Class ExponentialMovingAverageIndicator
Inheritance
System.Object
ExponentialMovingAverageIndicator
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class ExponentialMovingAverageIndicator : MovingAverageCacheIndicator, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Constructors
ExponentialMovingAverageIndicator()
Declaration
public ExponentialMovingAverageIndicator()
Fields
previousEmas
Declaration
public const byte previousEmas = 0
Field Value
System.Byte
|
Properties
IsModified
Gets or sets the is modified.
Declaration
public bool IsModified { get; set; }
Property Value
System.Boolean
The is modified. |
Methods
GetProcessedValue(Int32)
Gets the processed value.
Declaration
public override double GetProcessedValue(int currentIndex)
Parameters
System.Int32
currentIndex
Index of the current. |
Returns
System.Double
|
Overrides
InitializeCache()
Initializes the cache.
Declaration
public override void InitializeCache()