Skip to main content

BollingerBandsIndicatorStyle Members

Stores the appearance settings of the Bollinger Bands indicator.

Constructors

Name Description
BollingerBandsIndicatorStyle() Initializes a new instance of the BollingerBandsIndicatorStyle class with default settings.

Fields

Name Description
LowerStrokeProperty static Identifies the LowerStroke bindable property.
LowerStrokeThicknessProperty static Identifies the LowerStrokeThickness bindable property.
StrokeProperty static Identifies the Stroke bindable property. Inherited from LineIndicatorStyle.
StrokeThicknessProperty static Identifies the StrokeThickness bindable property. Inherited from LineIndicatorStyle.
UpperStrokeProperty static Identifies the UpperStroke bindable property.
UpperStrokeThicknessProperty static Identifies the UpperStrokeThickness bindable property.

Properties

Name Description
LowerStroke Gets or sets the color of the indicator’s lower band.
LowerStrokeThickness Gets or sets the thickness of the indicator’s lower band.
Stroke Inherited from LineIndicatorStyle.
StrokeThickness Inherited from LineIndicatorStyle.
UpperStroke Gets or sets the color of the indicator’s upper band.
UpperStrokeThickness Gets or sets the thickness of the indicator’s upper band.
See Also