LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Intensity charts x-axes labels

Is there a way to annotate the x-axes of an intensity chart with non-scalable labels?

0 Kudos
Message 1 of 4
(2,679 Views)

Hi,

 

Yes you can add a free label on the chart. First you must right click on your chart and uncheck "Auto-Scale".

Then on the front panel you can double click and create a free label. After doing this, you can drag and drop this next label on the chart axis.

 

Have a great day,

 

Miguel Fonseca

Applications Engineer

National Instruments

http://www.ni.com/support

0 Kudos
Message 2 of 4
(2,655 Views)

Thanks for your reply but I need a programmatic solution.  Specifically, the data labels will be changing over  the course of a chart display which will scroll for hours.  Thought I could use the marker values array to do this but have not been able to get it to work.

0 Kudos
Message 3 of 4
(2,652 Views)

have you tried

 

property node >>> X Scale >>> Marker Values []

 

?

 

With autoscaling disabled you can specify the marker values.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 4 of 4
(2,648 Views)