ClassAdaptiveMovingAverageKaufmanIndicator
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class AdaptiveMovingAverageKaufmanIndicator : MovingAverageCacheIndicator, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesCartesianSeriesCartesianPointSeriesLineSeriesBaseIndicatorBaseValuePeriodIndicatorBaseMovingAverageIndicatorMovingAverageCacheIndicatorAdaptiveMovingAverageKaufmanIndicator
Implements:
Inherited Members
Constructors
AdaptiveMovingAverageKaufmanIndicator()
Declaration
cs-api-definition
public AdaptiveMovingAverageKaufmanIndicator()
Fields
FastPeriodProperty
Declaration
cs-api-definition
public static readonly RadProperty FastPeriodProperty
Field Value
SlowPeriodProperty
Declaration
cs-api-definition
public static readonly RadProperty SlowPeriodProperty
Field Value
Properties
FastPeriod
Gets or sets the "FastPeriod" parameter of the AdaptiveMovingAverageKaufmanIndicator.
SlowPeriod
Gets or sets the "SlowPeriod" parameter of the AdaptiveMovingAverageKaufmanIndicator.
Methods
GetProcessedValue(int)
Gets the processed value.
InitializeCache()
Initializes the cache.
Declaration
cs-api-definition
public override void InitializeCache()
Overrides
Refresh()
Refreshes this instance.
Declaration
cs-api-definition
public override void Refresh()
Overrides