SeriesInsert

チャートにデータ系列を挿入します。

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

パラメータ

pos

[in] 挿入に使われるインデックス

value[]

[in] データ系列 

descr

[in] 系列のラベル 

clr

[in] 系列の表示色 

戻り値

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