ThinkGeo.com    |     Documentation    |     Premium Support

PieItem With multiple pie slice

 hi,


I want to display pie chart on map.


I have taken use of zedgraph and pieitem.


basically, i want more than two pie slice on chart,so i have created array of pieitem.


I have to display each pie slice with diffrnt color so i m using string array names[],which storing diffrent color string names.


I have written some code for multiple pieslice by taking loop.also i have used event handler.


While running i am getting problem.i.e at the time of execution, call to eventhandler goes in infinite loop.so it couldnt display chart on map.


plz help me.


i have attached source code with it.


 



Sneha,


Thanks for your post and question.
 
Take a look at the following posts, especially the one posted on 02-11-2011 08:03 AM :
gis.thinkgeo.com/Support/Dis...fault.aspx
 
I reviewed the code you provided and did not find any obvious error, while unfortunately I cannot get it compiled as lacking much more information. If you still have problem, could you provide a self-contained application which can compile and run to show your issue? I think it will be very helpful to identify the issue and get it resolved.
 
Any more questions please feel free to let me know.
 
Thanks.
 
Yale

 Hello ,


i m sending my sourc code attatchment. I am able to show pie chart with two pie slice..but i am unable to do it with more than 2 slices because i am using array of pieitem [].so when i call event handler for piechartdrawing,it goes in infinite loop.


when control comes here ->


zedGraphStyle.ZedGraphDrawing += new EventHandler<ZedGraphDrawingEventArgs>(zedGraphStyle_PieGraphDrawing)


,It call piechart function infinitely..


I have attached snapshot of Design form,which inherites mdi form named mapexplorer.


plz help me.


thank you


 


 


 



Ashwini, 
  
 Thanks for your post and response. 
  
 I reviewed the code you provided and did not find any issue with it, could you let me know how did you find it getting into infinite loop? Can you show me how many items in the array of pie item? Also, did you have a chance to review the post I suggested in my previous post? 
 Any more questions please feel free to let me know. 
  
 Thanks. 
  
 Yale 


 Hello,


Thank you for rply.


my problem has been solved..Actually i ws trying to print message in event handler,so it ws going into infinte loop.


Thank you vry much.


 



Ashwini, 
  
 That’s great! Any more questions please let us know again, 
  
 Thanks, 
  
 Scott,