_drawTitle: function() {
        this._wrapper.text(this._chartCont, this._getValue(this._chartCont, 'width') / 2,
            this._title.offset, this._title.value, this._title.settings);
    },