Class
BollingerBandsIndicator

Represents a Bollinger Bands financial indicator that displays volatility bands around a moving average.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public class BollingerBandsIndicator : ValuePeriodIndicatorBase

Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBaseLineIndicatorBaseValueIndicatorBaseValuePeriodIndicatorBaseBollingerBandsIndicator

Inherited Members ValuePeriodIndicatorBase.PeriodPropertyValuePeriodIndicatorBase.PeriodValueIndicatorBase.ValueBindingPropertyValueIndicatorBase.ValueBindingLineIndicatorBase.StrokePropertyLineIndicatorBase.StrokeThicknessPropertyLineIndicatorBase.IsDefaultValue(string)LineIndicatorBase.StrokeLineIndicatorBase.StrokeThicknessIndicatorBase.CategoryBindingPropertyIndicatorBase.CategoryBindingChartSeries.AllowSelectPropertyChartSeries.DisplayNamePropertyChartSeries.IsSelectedPropertyChartSeries.ItemsSourcePropertyChartSeries.ShowLabelsPropertyChartSeries.LabelBindingPropertyChartSeries.LabelFormatPropertyChartSeries.LabelFormatterPropertyChartSeries.OnItemsSourceCollectionChanged(object, NotifyCollectionChangedEventArgs)ChartSeries.OnItemsSourceChanged(IEnumerable, IEnumerable)ChartSeries.LabelFormatterChartSeries.AllowSelectChartSeries.DisplayNameChartSeries.IsSelectedChartSeries.ItemsSourceChartSeries.ShowLabelsChartSeries.LabelBindingChartSeries.LabelFormatChartElement.OnPropertyChanged(string)ChartElement.Key

Constructors

BollingerBandsIndicator()

Declaration

cs-api-definition
public BollingerBandsIndicator()

Fields

LowerBandStrokeProperty

Identifies the LowerBandStroke property.

Declaration

cs-api-definition
public static readonly BindableProperty LowerBandStrokeProperty

Field Value

BindableProperty

StandardDeviationsProperty

Identifies the StandardDeviations property.

Declaration

cs-api-definition
public static readonly BindableProperty StandardDeviationsProperty

Field Value

BindableProperty

Properties

LowerBandStroke

Gets or sets the stroke color for the lower Bollinger band.

Declaration

cs-api-definition
public Color LowerBandStroke { get; set; }

Property Value

Color

The color of the lower band stroke.

StandardDeviations

Gets or sets the number of standard deviations used to calculate the Bollinger bands.

Declaration

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

Property Value

int

The number of standard deviations.