Class
BollingerBandsIndicator

Represents the Bollinger Bands financial indicator.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public class BollingerBandsIndicator : ValuePeriodIndicatorBase, IChartElementPresenter

Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesIndicatorBaseLineIndicatorBaseValueIndicatorBaseValuePeriodIndicatorBaseBollingerBandsIndicator

Implements: IChartElementPresenter

Inherited Members ValuePeriodIndicatorBase.PeriodPropertyValuePeriodIndicatorBase.PeriodValueIndicatorBase.ValueBindingPropertyValueIndicatorBase.ValueBindingLineIndicatorBase.StrokePropertyLineIndicatorBase.StrokeThicknessPropertyLineIndicatorBase.DashArrayPropertyLineIndicatorBase.StrokeLineIndicatorBase.StrokeThicknessLineIndicatorBase.DashArrayIndicatorBase.CategoryBindingPropertyIndicatorBase.OnCreateAutomationPeer()IndicatorBase.DataPointsIndicatorBase.CategoryBindingChartSeries.SeriesAnimationPropertyChartSeries.PointAnimationPropertyChartSeries.ShowLabelsPropertyChartSeries.IsSelectedPropertyChartSeries.AllowSelectPropertyChartSeries.TrackBallTemplatePropertyChartSeries.TrackBallInfoTemplatePropertyChartSeries.ItemsSourcePropertyChartSeries.ClipToPlotAreaPropertyChartSeries.DisplayNamePropertyChartSeries.TooltipTemplatePropertyChartSeries.LabelConnectorsSettingsPropertyChartSeries.PlaySeriesAnimation()ChartSeries.PlayPointAnimations()ChartSeries.OnLoaded(object, RoutedEventArgs)ChartSeries.OnPlaySeriesAnimation(bool)ChartSeries.OnPlayPointAnimations(bool)ChartSeries.GetDataPointLabels(DataPoint)ChartSeries.HitTest(Rect)ChartSeries.HitTestDataPoints(Rect)ChartSeries.HitTestElements(Rect)ChartSeries.HitTestElementsCore(Rect)ChartSeries.HitTestDataPointsCore(Rect)ChartSeries.OnVisibilityChanged()ChartSeries.GetLabelConnector(ChartSeriesLabelPositionInfo)ChartSeries.SeriesAnimationChartSeries.PointAnimationChartSeries.LabelDefinitionsChartSeries.ShowLabelsChartSeries.IsSelectedChartSeries.AllowSelectChartSeries.TrackBallTemplateChartSeries.TrackBallInfoTemplateChartSeries.DisplayNameChartSeries.TooltipTemplateChartSeries.ClipToPlotAreaChartSeries.ItemsSourceChartSeries.LabelConnectorsSettingsChartSeries.SeriesAnimationCompletedChartSeries.PointAnimationsCompletedChartSeries.DataBindingCompleteChartElementPresenter.OnPropertyChanged(DependencyPropertyChangedEventArgs)ChartElementPresenter.ZIndexChartElementPresenter.ChartPresenterBase.InfinitySizePresenterBase.InfinityPointPresenterBase.RefreshNode(ChartNode)PresenterBase.InvalidatePalette()PresenterBase.MeasureNodeOverride(ChartNode, object)PresenterBase.RefreshNodeCore(ChartNode)PresenterBase.CreateContentPresenter(object, DataTemplate)PresenterBase.OnInitialized(EventArgs)PresenterBase.RenderSurfaceRadControlBase.OnUnloaded(object, RoutedEventArgs)RadControlBase.IsLoadedRadControlBase.IsTemplateApplied

Constructors

BollingerBandsIndicator()

Initializes a new instance of the BollingerBandsIndicator class.

Declaration

cs-api-definition
public BollingerBandsIndicator()

Fields

LowerBandStrokeProperty

Identifies the LowerBandStroke dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty LowerBandStrokeProperty

Field Value

DependencyProperty

StandardDeviationsProperty

Identifies the StandardDeviations dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty StandardDeviationsProperty

Field Value

DependencyProperty

Properties

LowerBandDataPoints

Gets the collection of data points associated with the signal line.

Declaration

cs-api-definition
public DataPointCollection<CategoricalDataPoint> LowerBandDataPoints { get; }

Property Value

DataPointCollection<CategoricalDataPoint>

LowerBandStroke

Gets or sets the lower band stroke.

Declaration

cs-api-definition
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

cs-api-definition
public int StandardDeviations { get; set; }

Property Value

int

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

cs-api-definition
public override void OnApplyTemplate()

Overrides LineIndicatorBase.OnApplyTemplate()

OnAttached()

Occurs when the presenter has been successfully attached to its owning RadChartBase instance.

Declaration

cs-api-definition
protected override void OnAttached()

Overrides LineIndicatorBase.OnAttached()

OnDetached(RadChartBase)

Occurs when the presenter has been successfully detached from its owning RadChartBase instance.

Declaration

cs-api-definition
protected override void OnDetached(RadChartBase oldChart)

Parameters

oldChart

RadChartBase

Overrides LineIndicatorBase.OnDetached(RadChartBase)

OnStrokeThicknessChanged(DependencyPropertyChangedEventArgs)

Executed when the StrokeThickness property is changed.

Declaration

cs-api-definition
protected override void OnStrokeThicknessChanged(DependencyPropertyChangedEventArgs e)

Parameters

e

DependencyPropertyChangedEventArgs

The DependencyPropertyChangedEventArgs instance containing the event data.

Overrides LineIndicatorBase.OnStrokeThicknessChanged(DependencyPropertyChangedEventArgs)

ToString()

Returns a string that represents the current object.

Declaration

cs-api-definition
public override string ToString()

Returns

string

A string that represents the current object.