Change dc.drawText on the label

Hi, how do I have a  dc value   hange it so that I have a Label on it?

Value:

dc.drawText(scrRadius + 3, scrRadius + 55, myfont, data[2], Graphics.TEXT_JUSTIFY_LEFT);?

layout.xml:

Label: <label id="WLabel_1" x="114" y="128" font="@Fonts.myfont" justification="Gfx.TEXT_JUSTIFY_CENTER" color="Gfx.COLOR_BLUE" />

Thank you