LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I programatically switch the time on a chart between 24 hour and AM/PM?

How do I programatically switch the time on the x-axis of a waveform chart between 24 hour and AM/PM?
0 Kudos
Message 1 of 3
(2,638 Views)
If you can't find a way to do this with a property node - which there doesn't seem to be, one way could be to just have two graphs, one atop the other. Set the formats and then make visible with a property node.
Message 2 of 3
(2,638 Views)
I checked the properties and came up empty myself. I think paul s' answer is going to be the best workaround. As a variation on his theme, you can programatically move the graphs on and off screen when you want to change the format of the marker labels. This would allow for user interaction with the graph that is visible.
0 Kudos
Message 3 of 3
(2,638 Views)