05-01-2008 07:27 AM
05-01-2008 07:07 PM
// Configure the X axis to display date/time labels.
xAxis1.MajorDivisions.LabelFormat = new FormatString(FormatStringMode.DateTime, "h:mm");
Take a look at the Charting and PlotDateTime shipping examples for help.05-03-2008 08:47 PM
05-03-2008 08:48 PM
05-03-2008 09:10 PM
05-05-2008 02:46 AM