Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

How to zoom in on a Scattergraph given the xaxes and yaxes ranges from a user?

Hello,

 

I have a scattergraph that plots datetime vs. voltage.  I am trying to implement the functionality to allow a user to manually enter in a certain range, say for the Xaxes, which will zoom the graph to that range.  Any ideas?  Thanks in advanced! 🙂

 

0 Kudos
Message 1 of 2
(3,642 Views)

Hey jongj,

 

Thanks for posting!  If you right-click on your scatter graph and select View Code you will notice the Range property.  You could create a text field and a button to set the Range properties of the ScatterGraph.  Also, this question has been posed on the forum before (check this thread).  Hopefully, this will point you in the right direction.  Post back if you have issues implementing this.

Rod T.
0 Kudos
Message 2 of 2
(3,607 Views)