I'm reading a time stamp string from a file in the form of hhmmss.
I want the bottom axis to display in the form of hh:mm:ss.
I believe I have set this part correctly with:
Code: Select all
tChart1.Axes.Bottom.Labels.DateTimeFormat = "hh:mm:ss";
I need to set the left side with the start time from the file, and set the right side to start time + 60 minutes.
I need a tick mark every 1 minute, and a vertical line every 5 minutes.
Also how do I rotate the text on the bottom axis from horizontal to vertical?
Can someone help with these issues?
Thanks!