Hi Guys,

I'm using VB.NET 2010
I have a application which downloads a machine speed and timestamp from a MYSQL database and graphs it. To save on space I don't log data when the machine isn't running this means that I need to use:
Code:
Chart1.ChartAreas(0).IsXvalueindexed=false
to display the data on the graph with spaces where there is not data.

My problem is that with IsXvalueindexed= False I cant zoom the X axis, is there a way around this that I have missed or is it limitation in the chartcontrol class and i'm going to be doomed to not zoom in on graphs for the life cycle of my software

Cheers,

Robbo