From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview XY-graph Markers when zooming in

I've got an X-Y graph with time as the x axis. If I continually zoom in on the x-axis, I eventually get markers all displaying the same value along the x-axis, because the format for the markers is fixed as either a number of decimal places or a number of significant figures. Is there a way of forcing Labview to automatically adapt the marker formatting as the user zooms in to avoid this? It would seem fairly obvious that if the user has zoomed in such that the x-axis max and min are e.g. 0.01ms, the markers should be formatted to more than one decimal place... a graph showing 10 values all the same along the x-axis isn't really showing anything useful at all.

0 Kudos
Message 1 of 2
(2,069 Views)

Hi Frank,

 

Is there a way of forcing Labview to automatically adapt the marker formatting…

No.

But you can do that programmatically using property nodes of the scale!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(2,062 Views)