ReversePlotOrder property (Excel Graph)

True if Graph plots data points from last to first. Read/write Boolean.

Syntax

expression.ReversePlotOrder

expression Required. An expression that returns one of the objects in the Applies To list.

Remarks

This property cannot be used on radar charts.

Example

This example plots data points from last to first on the value axis.

myChart.Axes(xlValue).ReversePlotOrder = True

Support and feedback

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.