LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to measure how many pixels the graph contain?

Dear All,
I want to know the exact number of the pixel in the graph. And fix the graph's x scale so that it can display so many point.
Is there any good way?
 
Thank you!
0 Kudos
Message 1 of 2
(2,747 Views)
First, right-click on your graph and unselect "advanced...auto adjust scales". This will prevent automatic resizing of the graph area as e.g. the axes need more room.
 
Now create a property node for "Plot Area...Size". You can use it to either read the current size or to set the size to your desired dimensions.
 
Also, if you manually change the size of the plot area (e.g. by dragging one corner), there will be a tip strip indicating the current size.
Message 2 of 2
(2,744 Views)