Skip to main content
ATavo.1
Associate III
August 11, 2021
Question

How can I implement a new "setGraphRangeX" function to be able to get float values?

  • August 11, 2021
  • 4 replies
  • 1061 views

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,

This topic has been closed for replies.

4 replies

MM..1
Super User
August 11, 2021
ATavo.1
ATavo.1Author
Associate III
August 11, 2021

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.

MM..1
Super User
August 11, 2021

Yes here is only Y float then actual version this dont provide. You can create own graph or use an workaround...

ATavo.1
ATavo.1Author
Associate III
August 11, 2021

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.