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

XUIECG.prototype = {

    //组件
    /**
    "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
        }*/

    /**
    "line1":{
          "title":"折线1",
          "name":"line1",
          "type":"PUILineInterface",
          "index":1
        }*/


    //接口
    /**
    *设置数据0
    * @param {Array} ecgData0 心电图0
    * @property {Array} ECGData0 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -49, -37, -35, -19, 2, -7, 35, -40, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, -28, 19, 42, -34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, -48, 5, -14, -17, 11, -5, 24, -14, 13, 48, -1, 26, 44, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -15, -10, 50, -22, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
    */
    SetECGData0:function (ecgData0) {
    },

    /**
    *设置数据1
    * @param {Array} ecgData1 心电图1
    * @property {Array} ECGData1 []
    */
    SetECGData1:function (ecgData1) {
    },

}