Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Graph with X-Axis as Time

Hello,
 
i want to plot a x/y graph with the x-Axis as a timeline from 1 Minute to at least 60 Hours, but i don´t know how to format the axis. I can only achieve a format from 0 to 24 hours.
 
Measurement Studio and Visual Studio C++ 2003 and a MFC-Application.
 
Thank you for your help.
 
 
0 Kudos
Message 1 of 2
(6,510 Views)
Hello Swen,

I began looking into your issue and believe I understand the problem correctly, but I want to verify to be sure. It sounds like when you plot the data based off the system time, it loops back and overwrites the data every 24 hours. What you would like to happen is have a continuous stream of data displayed for 60 hours. Using the system time alone can not accomplish because it only contains the time, and not the date. For instance, the application has no way of knowing the difference between 3/3/08 12:00 -vs- 3/4/08 12:00.

So, one workaround would be to go into the actual graph properties. If you right click the graph and go to properties then the format tab, there are several built-in format styles. Please try changing the format to Date and then the bottom option in the Format String "mm/dd/yy hh:nn:ss".

Best regards,

Benjamin

Message Edited by Benjamin M... on 04-08-2008 01:31 AM
0 Kudos
Message 2 of 2
(6,433 Views)