LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Set xy graph display format

Solved!
Go to solution

For an an xygraph how do I programmatically set the x-axis display format type to absolute time, and then specify 24 hr, HH:MM:SS? The property node options are not obvious to select the required combination of values.

Thank you. 

Girish

0 Kudos
Message 1 of 2
(853 Views)
Solution
Accepted by topic author girish53

@girish53 wrote:

For an an xygraph how do I programmatically set the x-axis display format type to absolute time, and then specify 24 hr, HH:MM:SS? The property node options are not obvious to select the required combination of values.

Thank you. 

Girish


1. Create a numeric constant (or control\indicator) and right click it to select "Display Format...".

 

2. In default editing mode, select how you'd like the formatting to be.

 

3. Switch to advanced editing mode, and copy the result ("%<%H:%M>T")

 

4. Use a property node to set the format string of the scale:

wiebeCARYA_1-1678721775801.png

 

 

 

0 Kudos
Message 2 of 2
(851 Views)