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 BollingerBandsIndicator class.
Declaration
public BollingerBandsIndicator()
Fields
LowerBandStrokeProperty
Identifies the LowerBandStroke dependency property.
Declaration
public static readonly DependencyProperty LowerBandStrokeProperty
Field Value
System.Windows.DependencyProperty
|
StandardDeviationsProperty
Identifies the StandardDeviations dependency property.
Declaration
public static readonly DependencyProperty StandardDeviationsProperty
Field Value
System.Windows.DependencyProperty
|
Properties
LowerBandDataPoints
Gets the collection of data points associated with the signal line.
Declaration
public DataPointCollection<CategoricalDataPoint> LowerBandDataPoints { get; }
Property Value
DataPointCollection<CategoricalDataPoint>
|
LowerBandStroke
Gets or sets the lower band stroke.
Declaration
public Brush LowerBandStroke { get; set; }
Property Value
System.Windows.Media.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
System.Int32
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.Windows.Controls.Control.ApplyTemplate. 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
RadChartBase
oldChart
|
Overrides
OnStrokeThicknessChanged(DependencyPropertyChangedEventArgs)
Executed when the StrokeThickness property is changed.
Declaration
protected override void OnStrokeThicknessChanged(DependencyPropertyChangedEventArgs e)
Parameters
System.Windows.DependencyPropertyChangedEventArgs
e
The System.Windows.DependencyPropertyChangedEventArgs instance containing the StrokeThicknessChanged event data. |
Overrides
ToString()
Returns a System.String that represents the current System.Object.
Declaration
public override string ToString()
Returns
System.String
A System.String that represents the current System.Object. |