Pie chart control problem
-
:cool:I am trying to include some graphical reptesentations in my MFC(SDI) application. I have successfully drawn bar graphs by using progress bars. But haven't been able to draw pie charts. I have found some controls on the following link but have never used controls other than drag and drop(built-in VC++ ). Plz help me how to use these controls in my program. http://www.codeguru.com/controls/pie\_chart\_ctrl.shtml If there is some other way of doing so plz suggest as I want to adopt the easiest way or ant other type of graphs which are easy to develop. Reply me soon
-
:cool:I am trying to include some graphical reptesentations in my MFC(SDI) application. I have successfully drawn bar graphs by using progress bars. But haven't been able to draw pie charts. I have found some controls on the following link but have never used controls other than drag and drop(built-in VC++ ). Plz help me how to use these controls in my program. http://www.codeguru.com/controls/pie\_chart\_ctrl.shtml If there is some other way of doing so plz suggest as I want to adopt the easiest way or ant other type of graphs which are easy to develop. Reply me soon
you can use mschart control. it includes a pie chart as well. You can find it in the gallery. In order to add it simply choose Project->Add To Project->Components and controls->Registered activeX controls and choose Microsoft Char control.