09-18-2013 10:49 AM
I am working with an XY graph with Time on the X-Axis and I have a question regarding the formatting options. I can include both the date and time, but they are written in a single line, reducing the number of major ticks I can have for a given graph size.
Is it possible to include a line feed or carraige return so that the date and time are written with 1 above the other? I tried using /r or /n but these were merely written into the axis tick labels. Is there an escape code to use or is this not possible?
Solved! Go to Solution.
09-18-2013 11:33 AM
It's not a "/r" or "/n" (forward slash), but "\r" or "\n" (backwards slash). And, when you write your constant on the BD, you have to format the string in the right-click-dropdown menu as "\ Codes Display" or you will get literally "\n" (if you then look at it as "\ Code" you will see "\\n").
Cameron
09-18-2013 11:40 AM
Oops. Thanks for correcting me