ClassMacdIndicator
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class MacdIndicator : MacdIndicatorBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider, IParentIndicator
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesCartesianSeriesCartesianPointSeriesLineSeriesBaseIndicatorBaseShortLongPeriodIndicatorBaseShortLongPeriodCacheIndicatorBaseMacdIndicatorBaseMacdIndicator
Implements:
Inherited Members
Constructors
MacdIndicator()
Initializes a new instance of the MacdIndicator class.
Declaration
cs-api-definition
public MacdIndicator()
Properties
ChildIndicator
Gets the child indicator.
Declaration
cs-api-definition
public IndicatorBase ChildIndicator { get; }
Property Value
The child indicator.
Implements
Methods
OnAttached(UIChartElement)
Called when [attached].
Declaration
cs-api-definition
protected override void OnAttached(UIChartElement parent)
Parameters
parent
The parent.
Overrides
OnDettached()
Called when [dettached].
Declaration
cs-api-definition
protected override void OnDettached()
Overrides
OnNotifyPropertyChanged(PropertyChangedEventArgs)
Raises the standard .NET PropertyChanged event.
Declaration
cs-api-definition
protected override void OnNotifyPropertyChanged(PropertyChangedEventArgs e)
Parameters
e
Overrides