SeriesUpdate

チャートのデータ系列を更新します。

bool  SeriesUpdate(
  const uint    pos,      // インデックス
  const double  &value[]// 値
  const string  descr,    // ラベル
  const uint    clr,      // 色
  )

パラメータ

pos

[in] 系列のインデックス - 0から始まったその追加の系列番号   

&value[]

[in] データ系列の新しい値 

descr

[in] 系列のラベル 

clr

[in] 系列の表示色 

戻り値

成功した場合はtrue、それ以外の場合はfalse