08-12-2014 09:29 AM
hi
I need a graph with 2 axis, on X axis I need display array of text and on Y axsi I have array of string or array of numrics (can I have both).
how can i connect my data to graph?
Solved! Go to Solution.
08-12-2014 09:51 AM
A graph can only plot numerical data, how else would you know how to graphically represent the data on a cartesian plane?
But I think you can replace the axis labels with custom text. So, if you use numerics for your data and replace the axis labels with the text then you might get what you want.
08-12-2014 10:02 AM
Nope. Apparently my hunch was wrong, you can't use string markers. But there are other proposed solutions:
08-12-2014 10:51 PM
thanks for your reply
My X axis data is special time format that I save in SQL database and I read my data from database in string mode like this (1995/05/12 12:45:13) Now I need display this data on X axis.
Now I try your solution I hop it work.
08-12-2014 11:11 PM
Another reason to support this idea. 🙂
08-13-2014 02:35 AM
08-13-2014 04:25 AM
Hi GerdW,
thank you very much for your good solution,
It is nice and worked!
08-13-2014 08:16 AM
03-16-2023 06:36 AM
Hi Thoric,
I do have the same issue, but in my case are real strings and not dates.
I have seen this post here: Re: Is there a way to make table entries vertical rather than horizontal? - NI Community
But it is quite old and not very elegant and flexible.
Do you know whether in the last years something better came up?
Thank you
03-16-2023 08:04 AM