Class SFBBIndicator
Represents a bollinger band indicator. To render this indicator, create an instance of this class and add
it to TechnicalIndicators collection property and set the required properties.
Inheritance
System.Object
SFBBIndicator
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class SFBBIndicator : SFTechnicalIndicator
Constructors
SFBBIndicator()
Declaration
Properties
LowerLineColor
Gets or sets the color of the lower line.
Declaration
public NSColor LowerLineColor { get; set; }
Property Value
Period
Gets or sets the period for the indicator.
Declaration
public int Period { get; set; }
Property Value
StandardDeviation
Gets or sets the deviations for the upper and lower line.
Declaration
public int StandardDeviation { get; set; }
Property Value
StandardDeviations
Declaration
public double StandardDeviations { get; set; }
Property Value
UpperLineColor
Gets or sets the color of the upper line.
Declaration
public NSColor UpperLineColor { get; set; }
Property Value
Methods
CreateSegment()
Declaration
protected override SFChartSegment CreateSegment()
Returns
Overrides
GeneratePoints()
Declaration
protected override void GeneratePoints()
Overrides
ToString()
Declaration
public override string ToString()
Returns