Android Question [XUI] CircularProgressBar add label to numeric value

zak

Member
Licensed User
Longtime User
Hello. Is it possible to add a label like "%" or "deg.C" right next to the value in the middle of the CircularProgressBar?
 

Jeffrey Cameron

Well-Known Member
Licensed User
Longtime User
I'm pretty sure @Erel's example download contains all of the source code for the control, so, yeah, you should be able to add some text in the DrawValue method. Look at the canvas' .DrawText method, or just append the desired character to the label's text property.
 
Upvote 0
Top