Class BollingerBandsIndicator
Inheritance
System.Object
BollingerBandsIndicator
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class BollingerBandsIndicator : BollingerBandsIndicatorBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider, IParentIndicator
Constructors
BollingerBandsIndicator()
Initializes a new instance of the BollingerBandsIndicator class.
Declaration
public BollingerBandsIndicator()
Properties
ChildIndicator
Gets the child indicator.
Declaration
public IndicatorBase ChildIndicator { get; }
Property Value
IndicatorBase
The child indicator. |
Implements
InnerIndicator
Gets the inner indicator.
Declaration
public BollingerBandsInnerIndicator InnerIndicator { get; }
Property Value
BollingerBandsInnerIndicator
The inner indicator. |
Methods
OnAttached(UIChartElement)
Called when [attached].
Declaration
protected override void OnAttached(UIChartElement parent)
Parameters
UIChartElement
parent
The parent. |
Overrides
OnDettached()
Called when [dettached].
Declaration
protected override void OnDettached()
Overrides
OnNotifyPropertyChanged(PropertyChangedEventArgs)
Raises the standard .NET PropertyChanged event.
Declaration
protected override void OnNotifyPropertyChanged(PropertyChangedEventArgs e)
Parameters
System.ComponentModel.PropertyChangedEventArgs
e
|