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.