X axis as integer

Hello all!

I would like to show some points on a graph… The problem is, that what I put in as X value is seen as string, so if I have 3 points on my x axis, for example 1 , 2 , 5, it will print them out as 1, 2, 5 with its correspondig values. what I would need is that it treats the X values as integers, so it will print 1,2,3,4,5 filling in the gaps with simply no value…

Can this be done?

Thank you!

Sharky

Hi,

It should work without effort, as in this screenshot :

Can you share your use case.

Good Luck

Hi, thank you for your answer… can you try it with numerical values on the X axis instead of time?

example: (x, y)

1,10
2,30
3,14
5,17
7,20

Thank you

Hi,

Maybe you have a problem with the decimal value

So adapt the unit and decimal (for your case 2). and test

Hope it helps.

Good Luck

This topic was automatically closed after 365 days. New replies are no longer allowed.