[]
        
(Showing Draft Content)

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

AddRSI Method

AddRSI()

Add a RSI Series to the FinancialChart series list.

Declaration
public RSIBuilder<T> AddRSI()
Returns
Type Description
RSIBuilder<T>

The series builder

AddRSI(string)

Add a RSI Series to the FinancialChart series list.

Declaration
public RSIBuilder<T> AddRSI(string name)
Parameters
Type Name Description
string name

The name of series

Returns
Type Description
RSIBuilder<T>

The series builder