ClassBollingerBandsIndicator
Represents the Bollinger Bands financial indicator.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class BollingerBandsIndicator : ValuePeriodIndicatorBase, IChartSeries, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesIndicatorBaseLineIndicatorBaseValueIndicatorBaseValuePeriodIndicatorBaseBollingerBandsIndicator
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
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
ApplyTemplateCore()
Adds the polyline shape to the visual tree.
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
OnStrokeDashArrayChanged(DoubleCollection)
Called when the StrokeDashArray property is changed.
Declaration
protected override void OnStrokeDashArrayChanged(DoubleCollection newValue)
Parameters
newValue
DoubleCollection
Overrides
OnStrokeLineJoinChanged(PenLineJoin)
Called when the StrokeLineJoin property is changed.
Declaration
protected override void OnStrokeLineJoinChanged(PenLineJoin newValue)
Parameters
newValue
PenLineJoin
Overrides
OnStrokeThicknessChanged(double)
Called when the StrokeThickness property is changed.
Declaration
protected override void OnStrokeThicknessChanged(double newValue)
Parameters
newValue
Overrides
UnapplyTemplateCore()
Removes the current control template. Occurs when a template has already been applied and a new one is applied.
Declaration
protected override void UnapplyTemplateCore()
Overrides