Class MacdhIndicator
This class represents the MovingAverageConvergenceDivergence financial indicator.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class MacdhIndicator : BarIndicatorBase, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
Constructors
MacdhIndicator()
Fields
LongPeriodProperty
Identifies the Long
Declaration
public static readonly DependencyProperty LongPeriodProperty
Field Value
System.
|
PointTemplateProperty
Identifies the Point
Declaration
public static readonly DependencyProperty PointTemplateProperty
Field Value
System.
|
PointTemplateSelectorProperty
Identifies the Point
Declaration
public static readonly DependencyProperty PointTemplateSelectorProperty
Field Value
System.
|
ShortPeriodProperty
Identifies the Short
Declaration
public static readonly DependencyProperty ShortPeriodProperty
Field Value
System.
|
SignalPeriodProperty
Identifies the Signal
Declaration
public static readonly DependencyProperty SignalPeriodProperty
Field Value
System.
|
Properties
LongPeriod
Gets or sets the indicator long period.
Declaration
public int LongPeriod { get; set; }
Property Value
System. The long period. |
PointTemplate
Gets or sets the System.
Declaration
public DataTemplate PointTemplate { get; set; }
Property Value
System.
|
PointTemplates
Gets the collection that stores index-based templates for each data point.
Declaration
public ObservableCollection<DataTemplate> PointTemplates { get; }
Property Value
System.
|
PointTemplateSelector
Gets or sets the System.
Declaration
public DataTemplateSelector PointTemplateSelector { get; set; }
Property Value
System.
|
ShortPeriod
Gets or sets the indicator short period.
Declaration
public int ShortPeriod { get; set; }
Property Value
System. The short period. |
SignalPeriod
Gets or sets the indicator signal period.
Declaration
public int SignalPeriod { get; set; }
Property Value
System. The signal period. |
Methods
OnAttached()
Occurs when the presenter has been successfully attached to its owning Rad
Declaration
protected override void OnAttached()
Overrides
OnDetached(RadChartBase)
Occurs when the presenter has been successfully detached from its owning Rad
Declaration
protected override void OnDetached(RadChartBase oldChart)
Parameters
Rad
|
Overrides
ToString()
Returns a System.
Declaration
public override string ToString()
Returns
System.
|