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

C1.AspNetCore.Mvc.Finance アセンブリ > C1.Web.Mvc.Finance 名前空間 : ATR<T> クラス
Base class for overlay and indicator series that render a single series
オブジェクト モデル
ATR<T> クラス
シンタックス
'宣言
 
Public Class ATR(Of T) 
   Inherits SingleOverlayIndicatorBase(Of T)
public class ATR<T> : SingleOverlayIndicatorBase<T> 
型パラメータ
T
解説
Average true range is used to measure the volatility of an asset. Average true range does not provide any indication of the price's trend, but rather the degree of price volatility.
継承階層

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

参照

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