I have following values that I would like to display on the X axis of my chart:
0,1,2,3,4,5,6,7,8,9,10,10,10,9,8,7,6,5,4,3,2,1,0
But my chart is displaying the values as 0,1,2,3,4,5,6,7,8,9,10,11,12...
Is there a way to use the values as single entries instead of using them as values?
Thanks!
