function(){
if(this.value>0){
return this.category+this.seriesName+this.value;}
else {
return this.category+this.seriesName+this.value*(-1);
}