03-03-2016 03:35 PM
The chart generated by the RGT is an Ms Graph chart, not an Excel chart and it seems to have some limitations regarding the settings of the x-axis. Remark that for the values you are using for the x-axis an xlLine type chart is not recommended. If you set the graph type to xlXYScatter you will get rid of the error.
Found on the web:
"Line charts are used to display trends over time. Use a line chart if you have text labels, dates or a few numeric labels on the horizontal axis. Use a scatter chart (XY chart) to show scientific XY data."
Ben64
03-03-2016 03:39 PM
Thanks for the help.