MacdhIndicator
This class represents the MovingAverageConvergenceDivergence financial indicator.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class MacdhIndicator : BarIndicatorBase, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesIndicatorBaseBarIndicatorBaseMacdhIndicator...
Implements:
Inherited Members
Constructors
Initializes a new instance of the MacdhIndicator class.
public MacdhIndicator()
Fields
LongPeriodProperty
DependencyProperty
Identifies the LongPeriod dependency property.
public static readonly DependencyProperty LongPeriodProperty
PointTemplateProperty
DependencyProperty
Identifies the PointTemplate property.
public static readonly DependencyProperty PointTemplateProperty
PointTemplateSelectorProperty
DependencyProperty
Identifies the PointTemplateSelector property.
public static readonly DependencyProperty PointTemplateSelectorProperty
ShortPeriodProperty
DependencyProperty
Identifies the ShortPeriod dependency property.
public static readonly DependencyProperty ShortPeriodProperty
SignalPeriodProperty
DependencyProperty
Identifies the SignalPeriod dependency property.
public static readonly DependencyProperty SignalPeriodProperty
Properties
Gets or sets the indicator long period.
public int LongPeriod { get; set; }
The long period.
PointTemplate
DataTemplate
Gets or sets the DataTemplate property used to visualize each MacdhIndicator presented.
public DataTemplate PointTemplate { get; set; }
PointTemplates
ObservableCollection<DataTemplate>
Gets the collection that stores index-based templates for each data point.
public ObservableCollection<DataTemplate> PointTemplates { get; }
PointTemplateSelector
DataTemplateSelector
Gets or sets the DataTemplateSelector property used to provide conditional DataTemplate look-up when visualizing each data point presented.
public DataTemplateSelector PointTemplateSelector { get; set; }
Gets or sets the indicator short period.
public int ShortPeriod { get; set; }
The short period.
Gets or sets the indicator signal period.
public int SignalPeriod { get; set; }
The signal period.
Methods
Occurs when the presenter has been successfully attached to its owning RadChartBase instance.
protected override void OnAttached()
Overrides:
Occurs when the presenter has been successfully detached from its owning RadChartBase instance.
protected override void OnDetached(RadChartBase oldChart)
Overrides: