ClassMacdIndicatorBase
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public abstract class MacdIndicatorBase : ShortLongPeriodCacheIndicatorBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesCartesianSeriesCartesianPointSeriesLineSeriesBaseIndicatorBaseShortLongPeriodIndicatorBaseShortLongPeriodCacheIndicatorBaseMacdIndicatorBase
Derived Classes:
Implements:
Inherited Members
Constructors
MacdIndicatorBase()
Declaration
cs-api-definition
protected MacdIndicatorBase()
Fields
SignalPeriodProperty
Declaration
cs-api-definition
public static readonly RadProperty SignalPeriodProperty
Field Value
Properties
SignalPeriod
Gets or sets the indicator signal period.
Methods
CalculateCurrentValue(int, int)
Calculates the current value.
CalculateMacdValue(int, int, int)
Calculates the macd value.
GetProcessedValue(int)
Gets the processed value.
InitializeCache()
Initializes the cache.
Declaration
cs-api-definition
public override void InitializeCache()
Overrides