You should look at the free Samples from MS available
here[
^]. There are examples of how to do many things with MS Chart controls.
If you have a column or bar chart you can set the width with the following line.
float newWidth = 1;
chart1.Series["Default"]["PointWidth"] = newWidth;
For a really small column/bar try a width of 0.1;