/**
* @constructor
*/
function XUIMonochromeSunburst() {
}
XUIMonochromeSunburst.prototype = {
//组件
/**
"sunburst":{
"title":"旭日图",
"name":"sunburst",
"type":"PUISunburstInterface",
"index":0
}*/
//接口
/**
* 删除一块数据
* @param {Number} nIndex 下标
*/
ClearOneData:function (nIndex) {
},
/**
* 删除所有数据
*/
ClearAllData:function () {
},
/**
* 增加一块数据
*/
AddOneData:function () {
},
}