I have a table as follows:
Field1 | Field2
A | 1.5
B | 3.4
C | 0.5

For that table I built a default chart using VB where X-axis = 1,2,3 and Y-axis = 0,2,4.
Y-axis it's Ok for me. My problem is X-axis. I need to have X-axis = A,B,C.
How to do using VB? Thanks.