/**
* @constructor
*/
function XUIMorePictorialBar() {
}

XUIMorePictorialBar.prototype = {

    //组件
    /**
    "xAxis":{
           "title":"x轴",
           "name":"xAxis",
           "type":"PUIXAxisInterface",
           "index":0
        }*/

    /**
    "yAxis":{
           "title":"y轴",
           "name":"yAxis",
           "type":"PUIYAxisInterface",
           "index":0
        }*/

    /**
    "pictorialBar":{
           "title":"象形柱图",
           "name":"pictorialBar",
           "type":"PUIPictorialBarInterface",
           "index":0
        }*/


    //接口
    /**
    * 数据改变动画
    */
    animationChange:function () {
    },

    /**
    * 数据颜色
    * @param {String} strColor1 颜色1
    * @param {String} strColor2 颜色2
    * @param {String} strColor3 颜色3
    * @property {Collection} DataColor ["0xffAAD2FE","0xff4674FF","0xff1A48D3"]
    */
    SetDataColor:function (strColor1,strColor2,strColor3) {
    },

}