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

C1.AspNetCore.Mvc.Finance アセンブリ > C1.Web.Mvc.Finance 名前空間 : MacdHistogram<T> クラス
Represents a Moving Average Convergence/Divergence (MACD) Histogram indicator series for the FinancialChart.
オブジェクト モデル
MacdHistogram<T> クラス
シンタックス
'宣言
 
Public Class MacdHistogram(Of T) 
   Inherits MacdBase(Of T)
public class MacdHistogram<T> : MacdBase<T> 
型パラメータ
T
解説
The MACD indicator is designed to reveal changes in strength, direction, momentum, and duration of an asset's price trend.
継承階層

System.Object
   C1.Web.Mvc.ChartSeriesBase<T>
      C1.Web.Mvc.ExtraSeries<T>
         C1.Web.Mvc.Finance.MacdBase<T>
            C1.Web.Mvc.Finance.MacdHistogram<T>

参照

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