ClassMacdhIndicator
Class
Represents the MacdhIndicator for ChartView control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
cs-api-definition
public class MacdhIndicator : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlMacdhIndicator
Implements:
Inherited Members
Constructors
MacdhIndicator()
Initializes a new instance of the MacdhIndicator class.
Declaration
cs-api-definition
public MacdhIndicator()
Properties
Indicators
Get the list of Bars.
Declaration
cs-api-definition
public IList<ChartViewBarItem> Indicators { get; }
Property Value
IndicatorsCount
Get the Indicators count.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides