Pie chart

  • Thread starter Thread starter Mohammed ABdel-Razzak
  • Start date Start date
M

Mohammed ABdel-Razzak

Dear sirs
I want to know is there any way so I can draw a pie chart
using C# (I need a simple method) to draw charts

thanks
Mohammed
 
Mohammed ABdel-Razzak said:
I want to know is there any way so I can draw a
pie chart using C# (I need a simple method) to
draw charts

Use Graphics.DrawPie method to draw each slice of the chart.

P.
 
Back
Top