XUIColumnarPieChart()

Methods

ChangeData(array, colorArray)

修改环形进度条进度
Parameters:
Name Type Description
array Array 数据
colorArray Array 颜色

Render(bSingleShot)

开始渲染
Parameters:
Name Type Description
bSingleShot Boolean 是否单次触发

Resolution(nWidth, nHeight)

设置大小
Parameters:
Name Type Description
nWidth Number 宽度
nHeight Number 高度

SetBase(nBase)

设置基数
Parameters:
Name Type Description
nBase Number 数据

SetObjectPosition(x, y, z)

修改环形进度条位置
Parameters:
Name Type Description
x Double 左右
y Double 上下
z Double 前后

SetObjectRotation(x, y, z)

修改环形进度条旋转角度
Parameters:
Name Type Description
x Double 水平方向
y Double 垂直方向
z Double 前后方向

SetObjectScale(x, y, z)

修改模型大小
Parameters:
Name Type Description
x Double 水平方向拉伸
y Double 垂直方向拉伸
z Double 前后方向拉伸

SetTorusColor(strColor)

修改圆环颜色
Parameters:
Name Type Description
strColor String 颜色

StopRender()

停止渲染