PlotOnX property (Excel Graph)
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.
expression.PlotOnX
expression Required. An expression that returns one of the objects in the Applies To list.
This example sets row 0 as the row whose contents will be plotted as values on the X-axis in myChart.
myChart.PlotOnX = 0
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.