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