Wish Chart to allow X co-ordinates to be float/double

klaus

Expert
Licensed User
Longtime User
The x axis can hold any type of values including numeric values.
In the first image in the Chats thread you have 0, 90, 180 etc. these are numbers.
You can use NumberFormat or NumberFormat2 to manage the number display.
What exactly is your problem ?
You could post a small project with your data and i'll have a look at it.
 
Top