I am using a MS chart for displaying some information and i have to show different charts when the user clicks a bar. All that works totally fine. but the width is totally out of my control. It looks really weird. I tried to adjust it using :
series["PointWidth"] = pointWidth.ToString();
But if the bars are placed far from each other. They widen drastically making it look very worse. Is there a way i can provide a constant width for all the bars?
And also how can i calculate the width of the x axis plane. Since the Width should be dynamic as per the number of bar. I would have to calculate it...any help ????