[]
        
(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()
Public Function AddBollingerBands() As BollingerBandsBuilder(Of T)
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)
Public Function AddBollingerBands(name As String) As BollingerBandsBuilder(Of T)
Parameters
Type Name Description
string name

The name of series

Returns
Type Description
BollingerBandsBuilder<T>

The series builder