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 LongPeriod dependency property.
Declaration
public static readonly DependencyProperty LongPeriodProperty
Field Value
System.Windows.DependencyProperty
|
PointTemplateProperty
Identifies the PointTemplate property.
Declaration
public static readonly DependencyProperty PointTemplateProperty
Field Value
System.Windows.DependencyProperty
|
PointTemplateSelectorProperty
Identifies the PointTemplateSelector property.
Declaration
public static readonly DependencyProperty PointTemplateSelectorProperty
Field Value
System.Windows.DependencyProperty
|
ShortPeriodProperty
Identifies the ShortPeriod dependency property.
Declaration
public static readonly DependencyProperty ShortPeriodProperty
Field Value
System.Windows.DependencyProperty
|
SignalPeriodProperty
Identifies the SignalPeriod dependency property.
Declaration
public static readonly DependencyProperty SignalPeriodProperty
Field Value
System.Windows.DependencyProperty
|
Properties
LongPeriod
Gets or sets the indicator long period.
Declaration
public int LongPeriod { get; set; }
Property Value
System.Int32
The long period. |
PointTemplate
Gets or sets the System.Windows.DataTemplate property used to visualize each MacdhIndicator presented.
Declaration
public DataTemplate PointTemplate { get; set; }
Property Value
System.Windows.DataTemplate
|
PointTemplates
Gets the collection that stores index-based templates for each data point.
Declaration
public ObservableCollection<DataTemplate> PointTemplates { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<System.Windows.DataTemplate>
|
PointTemplateSelector
Gets or sets the DataTemplateSelector property used to provide conditional System.Windows.DataTemplate look-up when visualizing each data point presented.
Declaration
public DataTemplateSelector PointTemplateSelector { get; set; }
Property Value
DataTemplateSelector
|
ShortPeriod
Gets or sets the indicator short period.
Declaration
public int ShortPeriod { get; set; }
Property Value
System.Int32
The short period. |
SignalPeriod
Gets or sets the indicator signal period.
Declaration
public int SignalPeriod { get; set; }
Property Value
System.Int32
The signal period. |
Methods
OnAttached()
Occurs when the presenter has been successfully attached to its owning RadChartBase instance.
Declaration
protected override void OnAttached()
Overrides
OnDetached(RadChartBase)
Occurs when the presenter has been successfully detached from its owning RadChartBase instance.
Declaration
protected override void OnDetached(RadChartBase oldChart)
Parameters
RadChartBase
oldChart
|
Overrides
ToString()
Returns a System.String that represents the current System.Object.
Declaration
public override string ToString()
Returns
System.String
|