I was able to put the values from the variable "rate" inside the bubbles, but I'm not able to change the font size.
Does anyone know why?
I'm using activex for my device.
function='pie';
rotate=360;
size=avg/20;
position='4';
style='psolid';
output;
function='label';
xc=LVL8;
y=rate;
style="'Arial/bold'";
size=1;
color='black';
text=trim(left(rate));
output;