I'm importing some data from MySQL into a VB.NET application with .NET charts. At the moment, the chart is plotting points by date, which means that when you zoom in, each major tick mark simply displays the date.
See http://www.oliverspencer.com/graphdemo.JPG for a picture.
It would be better to change these dates to times (hours) when one zooms in.
Preumably there's a parameter to do this, but I can't find it.
Thanks for any help.
Oliver.