T O P I C R E V I E W |
soundar |
Posted - 22 Feb 2012 : 21:39:11 When I use the RT_MAXEXTENT_FIXEDSTART_AUTOSCROLL flag for x-axis, sometimes, the graph starts running from right to left...that is time on the right is less than the time on the left...This does not happen every time but often enough...Any ideas what I could be doing wrong? |
1 L A T E S T R E P L I E S (Newest First) |
quinncurtis |
Posted - 23 Feb 2012 : 09:04:35 The data plots according to the time stamp. It is not possible for it to do otherwise. So it must be related to the initial scale you give the graph, vs the initial values of the time stamps of your data. If you make the starting value of the x-scale the same as your starting data value, the plot will start on the left. If the ending value of the x-scale is the same as the starting data value, the plot will start on the right. In either case, assuming your x-scale is scaled left to right, older data will appear to move to the left. |
|
|