In a Program I'm currently developing I have an MS Graph object that is populated out of a query that is built with SQl statements that are fed from a combo box which allows the user to select a category that he/she wishes to see. In my code I establish the maximum and minimum values out of the table and use these to set the maximum and minimum properties of the Y Axis before the graph is shown. This works fine with + values, however in one of the categories the values returned are quite often negative. When this category is selected and the values are negative the graph is drawn with the curve correctly shown, however the X Axis moves to the top of the graph (not a problem) and shows just dots instead of the X Axis values.
What I need is an example of code where I can manipulate the X Axis to show the values.
What I need is an example of code where I can manipulate the X Axis to show the values.