ClassBollingerBandsIndicator
Represents the BollingerBandsIndicator for ChartView control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class BollingerBandsIndicator : ContinuousSeriesBase, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContinuousSeriesBaseBollingerBandsIndicator
Implements:
Inherited Members
Constructors
BollingerBandsIndicator()
Initializes a new instance of the BollingerBandsIndicator class.
Declaration
public BollingerBandsIndicator()
Properties
SecondIndicatorColor
Get the second indicator color.
SecondIndicatorColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Declaration
public string SecondIndicatorColorValue { get; }
Property Value
SecondIndicatorFigures
Gets a list of Figures
Declaration
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
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides