Thursday, October 3, 2002
Make pie charts using eMbedded Visual Basic
Posted by Andy Sjostrom in "DEVELOPER" @ 11:45 AM
http://www.devbuzz.com/content/zinc_evb_pie_chart_pg1.asp
RajaSekhar Kosuri has written a developer article explaining how to make use of pie charts in applications written using eMbedded Visual Basic. deVBuzz certainly has both great content as well as community! Check it out!
"Pictures speak better than words. This article helps you to display your data as a pie chart in eVB. We all know that programming in eVb is easier than other languages but drawing graphical charts like pie is not that easy as we don't have any predefined functions in eMbedded VB to draw pie charts. The application has a form consisting of three controls PictureBox, textBox and a command Button. When you click on the command button, the pie chart and a legend is displayed in the Picture Box. When you click on one of the legendry boxes, details of that particular sector are displayed in the textbox"
RajaSekhar Kosuri has written a developer article explaining how to make use of pie charts in applications written using eMbedded Visual Basic. deVBuzz certainly has both great content as well as community! Check it out!
"Pictures speak better than words. This article helps you to display your data as a pie chart in eVB. We all know that programming in eVb is easier than other languages but drawing graphical charts like pie is not that easy as we don't have any predefined functions in eMbedded VB to draw pie charts. The application has a form consisting of three controls PictureBox, textBox and a command Button. When you click on the command button, the pie chart and a legend is displayed in the Picture Box. When you click on one of the legendry boxes, details of that particular sector are displayed in the textbox"