2021-08-11 02:08 AM
Hi,
I want to set a float value for my x axis but there are no functions that works.
something like this , ex: setGraphRangeX(0,18.5);
Is it possible to do that or maybe implement a new function.
Thanks for help in advance,
2021-08-11 07:16 AM
Search float here AbstractDataGraph | TouchGFX Documentation
2021-08-11 07:32 AM
I did but there is no function that I can use for horizontal axis that get float values as input.
I want my X axis to have a max range at 18.5 or any float number.
2021-08-11 08:26 AM
Yes here is only Y float then actual version this dont provide. You can create own graph or use an workaround...
2021-08-11 11:39 AM
Is it possible to create a function for the X axis that take float values? In AbstractDataGraph file.
Can you help me with on how to create my own graph?
Thanks.