var s=this.property('stroke'); return '<g '+this.writeCommonAttrs()+'>' + '<line x1="1" x2="'+this.labelShape.getTextWidth()+1+'" y1="5" y2="5" style="stroke:'+s.color+';stroke-weight:'+s.width+'" />' + '<text style="fill:'+this.property('fill')+';" font-weight="bold" ' + 'x="0" y="0">' + this.property('label') + '</text>' + '</g>';