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。