MacdInnerIndicator
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class MacdInnerIndicator : MacdIndicatorBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider, IChildIndicator
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesCartesianSeriesCartesianPointSeriesLineSeriesBaseIndicatorBaseShortLongPeriodIndicatorBaseShortLongPeriodCacheIndicatorBaseMacdIndicatorBaseMacdInnerIndicator...
Implements:
Inherited Members
Constructors
Initializes a new instance of the MacdInnerIndicator class.
Fields
C#
public const byte signalEMAs = 3
Properties
Gets the owner indicator.
C#
public IndicatorBase OwnerIndicator { get; }
The owner indicator.
Implements:
Methods
Initializes the cache.
C#
public override void InitializeCache()
Overrides: