Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
I generated one label chart , in X-axis timestamp values are displaying but the latest timestamp value is dispaying on the left side and old timestamp displaying on the right side. but i want to display the timestamp values in ascending order not in descending order.
Please help me out where can i do this configuration, I dont find anything in the label chart properties tab.
Solved! Go to Solution.
I got the answer from carless coll blog.
On the service you call to get the data, set oldestFirst = true
Thank You
I got the answer from carless coll blog.
On the service you call to get the data, set oldestFirst = true
Thank You