title: function(title, offset, colour, format) {
        if (arguments.length == 0) {
            return {title: this._title, offset: this._titleOffset, format: this._titleFormat};
        }
        if (typeof offset != 'number') {