I am not sure if the subject is very descriptive but let me explain to you what I wanted:
1. I have a data (see attachment) which I simply want to plot using Graph Builder. The X-Axis would be "Bank No" while Y-Axis would be "Meas".
2. For the X-Axis however, I want to plot it in such a way that the values match the label. Currently, in the X Axis Settings, I see that Values are assigned sequentially, but my labels (which represent the data from my Bank No column) are chosen at certain intervals.

3. This is the plot produced by the above settings

4. The plot I wanted would have an X-Axis of Bank No in sequential order from 0 to 255 (without skipping any number), such that I would only be seeing "Meas" values on the X-Axis value that has data... and blank otherwise.
5. The reason behind this is these points would actually look linear of values from Bank No 0 is connected to Bank No 255 by line. On the above plot, I couldn't convey the message that it should be linear in appearance.
I am okay with JSL script too in the implementation of your suggestions.