 |
Generating Bar Chart in ASP.NET - CodeProject
I think it looks a lot nicer if I center the labels on the bars, so here is the code I used for that in case anyone wants to do the same. //draw the bottom label SizeF stringSize = objGraphics.MeasureString(Convert.ToString(aX[i]), fontValues); double sta
www.codeproject.com |
 |