/**
* @constructor
*/
function XUIDottedBar() {
}
XUIDottedBar.prototype = {
//组件
/**
"tooltip":{
"title":"提示框组件",
"name":"tooltip",
"type":"PUITooltipInterface",
"index":0
}*/
/**
"legend":{
"title":"图例",
"name":"legend",
"type":"PUILegendInterface",
"index":0
}*/
/**
"xAxis":{
"title":"x轴",
"name":"xAxis",
"type":"PUIXAxisInterface",
"index":0
}*/
/**
"yAxis":{
"title":"y轴",
"name":"yAxis",
"type":"PUIYAxisInterface",
"index":0
}*/
/**
"line0":{
"title":"折线0",
"name":"line0",
"type":"PUILineInterface",
"index":0
}*/
/**
"line2":{
"title":"折线2",
"name":"line2",
"type":"PUILineInterface",
"index":2
}*/
/**
"bar":{
"title":"柱状图",
"name":"bar",
"type":"PUIBarInterface",
"index":1
}*/
/**
"pictorialBar":{
"title":"象形柱图",
"name":"pictorialBar",
"type":"PUIPictorialBarInterface",
"index":3
}*/
}