[]
        
(Showing Draft Content)

C1.Web.Mvc.Finance.Fluent.FinanceSeriesListFactory-5.AddBollingerBands

AddBollingerBands Method

AddBollingerBands()

Add a BollingerBands Series to the FinancialChart series list.

Declaration
public BollingerBandsBuilder<T> AddBollingerBands()
Returns
Type Description
BollingerBandsBuilder<T>

The series builder

AddBollingerBands(string)

Add a BollingerBands Series to the FinancialChart series list.

Declaration
public BollingerBandsBuilder<T> AddBollingerBands(string name)
Parameters
Type Name Description
string name

The name of series

Returns
Type Description
BollingerBandsBuilder<T>

The series builder