Android Question Block of variable height

ardhuru

Member
Licensed User
Longtime User
Hi all,

Please excuse the extremely ameteurish nature of this question.

I need to display a simple block, the height of which would be determined by a variable, X. X could vary from 0 to 100.

Do I use the bar chart section of the charts example included in the source code directory and explained in the manual? Or can I simply define the block to be a label, and adjust its height proportional to the value of X?

Either way, I'm not too sure how to go about this.

Regards.
 
Top