ClassBollingerBandsIndicatorBase
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public abstract class BollingerBandsIndicatorBase : MovingAverageIndicator, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesCartesianSeriesCartesianPointSeriesLineSeriesBaseIndicatorBaseValuePeriodIndicatorBaseMovingAverageIndicatorBollingerBandsIndicatorBase
Derived Classes:
Implements:
Inherited Members
Constructors
BollingerBandsIndicatorBase()
Declaration
cs-api-definition
protected BollingerBandsIndicatorBase()
Fields
StandardDeviationsProperty
Declaration
cs-api-definition
public static readonly RadProperty StandardDeviationsProperty
Field Value
Properties
StandardDeviations
Gets or sets the standard deviations.
Declaration
cs-api-definition
public int StandardDeviations { get; set; }
Property Value
The standard deviations.
Methods
GetProcessedValue(int)
Gets the processed value.
UpperLowerResult(double, double)
Uppers the lower result.