PlotOnX Property
Returns or sets the index of the data sheet row whose contents are to be used as the X-axis values in the specified X-Y scatter chart. Read/write Long.
Example
This example sets row 0 as the row whose contents will be plotted as values on the X-axis in myChart
.
myChart.PlotOnX = 0