return pLabel;
var ldata;
if ( this.tip == '' ){
ldata = (this.label!=''?this.label+' : ':'') + this.datax + ','+this.datay ;
} else{
ldata = this.tip;
}
parent.datatooltip.style = parent.style.valuepointstyle.tip;
parent.datatooltip.show(ldata);
parent.datatooltip.hide();
this.renderValuePoint();
0) {
this.txt.style = parent.style.valuepointstyle.label;
this.txt.render(this.processData(this.label));
lExtraTextDistance = this.txt.getTextWidth();
} else {
this.txt.setAttribute('visible',false);
}
//resize this view
this.setAttribute('width', parent.style.valuepointstyle.point.width+lExtraTextDistance);
this.setAttribute('height', parent.style.valuepointstyle.point.height);
//move to the point and center
this.setAttribute('x', parent.plotarea.x + lDistanceX - (parent.style.valuepointstyle.point.width/2));
this.setAttribute('y', parent.plotarea.y + (parent.plotarea.height - lDIstanceY) - (parent.style.valuepointstyle.point.height/2));
this.marker.clear();
this.marker.style = parent.style.valuepointstyle;
this.marker.renderValuePoint();
]]>
a group of values in a chart
This component is of Beta quality and is subject to change.