Ok, I have my datatable working, i think, it's friends with my datagridview and works fine. However it is not a fan of my chart. When I run the program, the chart misses off the last set of points, and has the world's most useless scale on the axes.
In short, two questions:
How can I make sure the chart control uses all the data from the datatable?
How can I make the values displayed on the axis integers, without changing my data? Or How can I set the scale manually, without it being overwritten by the datatable?
Thanks
