2023-11-22 09:50 PM
How to Display Time on X-Label in Dynamic Graph instead of incremental integer numbers, I have working RTC date and time which I am displaying on corner of screen. Also my graph is updating as per RTC second update
Solved! Go to Solution.
2023-12-07 01:13 AM
2023-12-06 03:16 AM
Hello @Vdoij.1 ,
Unfortunately, there are no options to have more than one wildcard for the labels. But, you can add text next to values that are shown, for instance, I have added a picture to show how it can be done.
And for updating your graph every second, you can just add a value to your graph in any time interval you want by using the function addDataPoint()
You can read more about graphs here:
https://support.touchgfx.com/docs/development/ui-development/ui-components/miscellaneous/dynamic-graph
I hope this helps you
2023-12-06 05:24 AM
Thnx for reply,
I simply remove the X-Axis label and display the time in textarea
2023-12-06 05:36 AM - edited 2023-12-06 05:37 AM
I see, glad to hear that you figured it out :D
2023-12-07 01:13 AM