Color (Get 方法)

获取 OBJPROP_COLOR (颜色) 图表对象的属性。

color  Color()

返回值

对应的 OBJPROP_COLOR 属性值

Color (Set 方法)

设置 OBJPROP_COLOR (颜色) 图表对象的属性。

bool  Color(
   const color  value      // 值
   )

参数

value

[输入]  新的 OBJPROP_COLOR 属性值。

返回值

true 如果成功, 否则 false。