ClassBollingerBandsIndicator
Represents the Bollinger Bands financial indicator.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class BollingerBandsIndicator : ValuePeriodIndicatorBase, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesIndicatorBaseLineIndicatorBaseValueIndicatorBaseValuePeriodIndicatorBaseBollingerBandsIndicator
Implements:
Inherited Members
Constructors
BollingerBandsIndicator()
Initializes a new instance of the BollingerBandsIndicator class.
Declaration
public BollingerBandsIndicator()
Fields
LowerBandStrokeProperty
Identifies the LowerBandStroke dependency property.
Declaration
public static readonly DependencyProperty LowerBandStrokeProperty
Field Value
DependencyProperty
StandardDeviationsProperty
Identifies the StandardDeviations dependency property.
Declaration
public static readonly DependencyProperty StandardDeviationsProperty
Field Value
DependencyProperty
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
Brush
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
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 . In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.
Declaration
public override void OnApplyTemplate()
Overrides
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
oldChart
Overrides
OnStrokeThicknessChanged(DependencyPropertyChangedEventArgs)
Executed when the StrokeThickness property is changed.
Declaration
protected override void OnStrokeThicknessChanged(DependencyPropertyChangedEventArgs e)
Parameters
e
DependencyPropertyChangedEventArgs
The DependencyPropertyChangedEventArgs instance containing the event data.
Overrides