ClassMacdIndicator
Class
Represents the MacdIndicator for ChartView control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
cs-api-definition
public class MacdIndicator : ContinuousSeriesBase, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContinuousSeriesBaseMacdIndicator
Implements:
Inherited Members
Constructors
MacdIndicator()
Initializes a new instance of the MacdIndicator class.
Declaration
cs-api-definition
public MacdIndicator()
Properties
SecondIndicatorColor
Get the second indicator color.
SecondIndicatorColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Declaration
cs-api-definition
public string SecondIndicatorColorValue { get; }
Property Value
SecondIndicatorFigures
Gets a list of Figures
Declaration
cs-api-definition
public List<PathFigure> SecondIndicatorFigures { get; }
Property Value
Remarks
Will return 1 in scenarios with no empty values.
SecondIndicatorPointsCollection
Get the second indicator Points collection.
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