ASP.NET MVC コントロールヘルプ
RSI<T> クラス
メンバ 

C1.Web.Mvc.Finance アセンブリ > C1.Web.Mvc.Finance 名前空間 : RSI<T> クラス
FinancialChartのRSI(相対力指数)インジケータ系列を表します。
オブジェクト モデル
RSI<T> クラス
シンタックス
'宣言
 
Public Class RSI(Of T) 
   Inherits SingleOverlayIndicatorBase(Of T)
public class RSI<T> : SingleOverlayIndicatorBase<T> 
型パラメータ
T
解説
RSI(相対力指数)は、最新の取引期間の終値に基づいて、資産の現在および経時的な強みまたは弱みを測定するように設計されたモメンタムオシレータです。
継承階層

System.Object
   C1.Web.Mvc.ChartSeriesBase<T>
      C1.Web.Mvc.ExtraSeries<T>
         C1.Web.Mvc.Finance.SingleOverlayIndicatorBase<T>
            C1.Web.Mvc.Finance.RSI<T>

参照

RSI<T> メンバ
C1.Web.Mvc.Finance 名前空間