02-24-2014 05:31 AM
I want to create an XY graph with a time interval of 30 minutes. Minimum X-scale range should be the time the program starts and Maximum X-range 30 minutes from startingpoint. Example: Starting the program 10:00: The graph should be scaled from 10:00 to 10:30, no autoscaling. After 30 minutes i want to start from 10:30 to 11:00.
Anyone know how to do this?
Solved! Go to Solution.
02-24-2014 05:57 AM
Right click the XY-graph and play with properties and you should be able to achieve what you want.
Below is the programmatical approach to do all that.
Also atatched is the code for the same (saved in version LV 2012).
02-24-2014 06:19 AM
Thank you! Spot on!
02-24-2014 06:38 AM
If previous reply has solved your problem, please mark it as solution.