
'Declaration
Public Class BollingerBands(Of T) Inherits C1.Web.Mvc.ExtraSeries(Of T)
'Usage
Dim instance As BollingerBands(Of T)
public class BollingerBands<T> : C1.Web.Mvc.ExtraSeries<T>
public class BollingerBands = class(C1.Web.Mvc.ExtraSeries)
JScript does not support Generics.
public __gc class BollingerBands<T> : public C1.Web.Mvc.ExtraSeries<T>
generic<typename T> public ref class BollingerBands : public C1.Web.Mvc.ExtraSeries<T>
System.Object
C1.Web.Mvc.ChartSeriesBase<T>
C1.Web.Mvc.ExtraSeries<T>
C1.Web.Mvc.Finance.BollingerBands<T>