MacdIndicatorBase
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
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
C#
protected MacdIndicatorBase()
Fields
C#
public const byte macdValues = 0
C#
public static readonly RadProperty SignalPeriodProperty
Properties
Gets or sets the indicator signal period.
C#
public int SignalPeriod { get; set; }
Methods
Initializes the cache.
C#
public override void InitializeCache()
Overrides: