ClassExponentialMovingAverageIndicator
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class ExponentialMovingAverageIndicator : MovingAverageCacheIndicator, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesCartesianSeriesCartesianPointSeriesLineSeriesBaseIndicatorBaseValuePeriodIndicatorBaseMovingAverageIndicatorMovingAverageCacheIndicatorExponentialMovingAverageIndicator
Derived Classes:
Implements:
Inherited Members
Constructors
ExponentialMovingAverageIndicator()
Declaration
cs-api-definition
public ExponentialMovingAverageIndicator()
Fields
Properties
IsModified
Gets or sets the is modified.
Declaration
cs-api-definition
public bool IsModified { get; set; }
Property Value
The is modified.
Methods
GetProcessedValue(int)
Gets the processed value.
InitializeCache()
Initializes the cache.
Declaration
cs-api-definition
public override void InitializeCache()
Overrides