Class BollingerBandsIndicator
Inheritance
System.Object
BollingerBandsIndicator
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class BollingerBandsIndicator : ValuePeriodIndicatorBase, IChartSeries, IChartElementPresenter, IElementPresenter
Constructors
BollingerBandsIndicator()
Declaration
public BollingerBandsIndicator()
Fields
LowerBandStrokeProperty
Declaration
public static readonly DependencyProperty LowerBandStrokeProperty
Field Value
Microsoft.
|
StandardDeviationsProperty
Declaration
public static readonly DependencyProperty StandardDeviationsProperty
Field Value
Microsoft.
|
Properties
LowerBandStroke
Declaration
public Brush LowerBandStroke { get; set; }
Property Value
Microsoft.
|
StandardDeviations
Declaration
public int StandardDeviations { get; set; }
Property Value
System.
|
Methods
ApplyTemplateCore()
Declaration
protected override bool ApplyTemplateCore()
Returns
System.
|
Overrides
OnAttached()
OnDetached(RadChartBase)
Declaration
protected override void OnDetached(RadChartBase oldChart)
Parameters
Rad
|
Overrides
OnStrokeDashArrayChanged(DoubleCollection)
Declaration
protected override void OnStrokeDashArrayChanged(DoubleCollection newValue)
Parameters
Microsoft.
|
Overrides
OnStrokeLineJoinChanged(PenLineJoin)
Declaration
protected override void OnStrokeLineJoinChanged(PenLineJoin newValue)
Parameters
Microsoft.
|
Overrides
OnStrokeThicknessChanged(Double)
Declaration
protected override void OnStrokeThicknessChanged(double newValue)
Parameters
System.
|
Overrides
ToString()
Declaration
public override string ToString()
Returns
System.
|
UnapplyTemplateCore()
Declaration
protected override void UnapplyTemplateCore()