SeriesSet

设置将在饼图上显示的序列值。

 bool  SeriesSet(
   const double&  value[],  // 值
   const string&  text[],   // 标签
   const uint&    clr[],    // 颜色
   )

参数

value[]

[in] 值数组。

text[]

[in] 值标签数组。

clr[]

[in] 值颜色数组。

返回值

如果成功返回true,否则―false。