Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Draw plot from right side of Waveform Graph

This is got to be simple to do, like a property or something set.  I have set my Xscale on my Waveform to display time with the far right of the scale displaying current time (DateTime.now) and the far left displaying DateTime.now minus 10 minutes.  I need my plot to draw from the right of the graph to the left now.  I was able to get it to draw correctly when not setting the X Scale to time and just leaving it set at samples (0,10) and then inverting the scale.  But setting the X Scale to show time I think is causing the "problem".  Can someone offer assistance please?  Is it a start position that I need to define?  How?  Thank you.

0 Kudos
Message 1 of 2
(4,082 Views)

Never mind.  I found the answer in the help files.  I have to use a DataConverter to convert a DateTime to a double and then define the start point of the plot. :manembarrassed:

0 Kudos
Message 2 of 2
(4,078 Views)