バージョン

CandleDataPoint コンストラクタ(DateTime,Double,Double,Double,Double,Double,String,Boolean)

CandleDataPointコンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal date As Date, _
   ByVal open As Double, _
   ByVal close As Double, _
   ByVal high As Double, _
   ByVal low As Double, _
   ByVal volume As Double, _
   ByVal label As String, _
   ByVal empty As Boolean _
)
public CandleDataPoint( 
   DateTime date,
   double open,
   double close,
   double high,
   double low,
   double volume,
   string label,
   bool empty
)

パラメータ

date
このCandleDataPointの日付/時刻値。
open
このCandleDataPointの始まり値。
close
このCandleDataPointの終わり値。
high
このCandleDataPointの高値。
low
このCandleDataPointの安値。
volume
このCandleDataPointの出来高。
label
このDataPointのラベル。
empty
このDataPointを空またはnullとして表示するかどうか。
参照