Class BollingerBandsIndicator
Represents the Bollinger Bands financial indicator.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class BollingerBandsIndicator : ValuePeriodIndicatorBase, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
Constructors
BollingerBandsIndicator()
Initializes a new instance of the Bollinger
Declaration
public BollingerBandsIndicator()
Fields
LowerBandStrokeProperty
Identifies the Lower
Declaration
public static readonly DependencyProperty LowerBandStrokeProperty
Field Value
System.
|
StandardDeviationsProperty
Identifies the Standard
Declaration
public static readonly DependencyProperty StandardDeviationsProperty
Field Value
System.
|
Properties
LowerBandDataPoints
Gets the collection of data points associated with the signal line.
Declaration
public DataPointCollection<CategoricalDataPoint> LowerBandDataPoints { get; }
Property Value
LowerBandStroke
Gets or sets the lower band stroke.
Declaration
public Brush LowerBandStroke { get; set; }
Property Value
System. The lower band stroke. |
StandardDeviations
Gets or sets the number of standard deviations used to calculate the indicator values.
Declaration
public int StandardDeviations { get; set; }
Property Value
System. The number of standard deviations. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.
Declaration
public override void OnApplyTemplate()
Overrides
OnAttached()
Occurs when the presenter has been successfully attached to its owning Rad
Declaration
protected override void OnAttached()
Overrides
OnDetached(RadChartBase)
Occurs when the presenter has been successfully detached from its owning Rad
Declaration
protected override void OnDetached(RadChartBase oldChart)
Parameters
Rad
|
Overrides
OnStrokeThicknessChanged(DependencyPropertyChangedEventArgs)
Executed when the Stroke
Declaration
protected override void OnStrokeThicknessChanged(DependencyPropertyChangedEventArgs e)
Parameters
System. The System. |
Overrides
ToString()
Returns a System.
Declaration
public override string ToString()
Returns
System. A System. |