[]
Represents a Bollinger Bands overlay series for the FinancialChart.
public class BollingerBands<T> : ExtraSeries<T>
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| BollingerBands(FlexChartCore<T>) | Creates one BollingerBands<T> instance. |
| Name | Description |
|---|---|
| ExtraSeriesTypeName | Gets the Name of this Series. |
| Multiplier | Gets or sets the standard deviation multiplier. |
| Period | Gets or sets the period for the calculation as an integer value. |