バージョン

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

NumericTimeDataPointコンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal timeValue As Date, _
   ByVal numericValue As Double, _
   ByVal label As String, _
   ByVal empty As Boolean _
)
public NumericTimeDataPoint( 
   DateTime timeValue,
   double numericValue,
   string label,
   bool empty
)

パラメータ

timeValue
このNumericTimeDataPointの日付/時刻値。
numericValue
このNumericTimeDataPointの数値。
label
このDataPointのラベル。
empty
このDataPointを空またはnullとして表示するかどうか。
参照