04-13-2012 03:28 PM
Is there a way to annotate the x-axes of an intensity chart with non-scalable labels?
04-16-2012 01:39 PM
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
04-16-2012 02:22 PM
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.
04-16-2012 02:35 PM
have you tried
property node >>> X Scale >>> Marker Values []
?
With autoscaling disabled you can specify the marker values.
Ben