Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class AdaptiveMovingAverageKaufmanIndicator : MovingAverageCacheIndicator, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesCartesianSeriesCartesianPointSeriesLineSeriesBaseIndicatorBaseValuePeriodIndicatorBaseMovingAverageIndicatorMovingAverageCacheIndicatorAdaptiveMovingAverageKaufmanIndicator...
Implements:
Inherited Members
Constructors
C#
public AdaptiveMovingAverageKaufmanIndicator()
Fields
C#
public static readonly RadProperty FastPeriodProperty
C#
public const byte previousKamas = 0
C#
public static readonly RadProperty SlowPeriodProperty
Properties
Gets or sets the "FastPeriod" parameter of the AdaptiveMovingAverageKaufmanIndicator.
C#
public int FastPeriod { get; set; }
Gets or sets the "SlowPeriod" parameter of the AdaptiveMovingAverageKaufmanIndicator.
C#
public int SlowPeriod { get; set; }
Methods
Initializes the cache.
C#
public override void InitializeCache()
Overrides:
Refreshes this instance.
C#
public override void Refresh()
Overrides: