cancel
Showing results for 
Search instead for 
Did you mean: 

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

ATavo.1
Associate III

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,

4 REPLIES 4
MM..1
Chief II
ATavo.1
Associate III

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
Chief II

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

ATavo.1
Associate III

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.