ReversePlotOrder Property

Applies To

Axis Object.

Description

True if Microsoft Excel plots points from last to first. Read-write.

Remarks

This property is not available for radar charts.

Example

This example reverses the order in which points on the value axis in Chart1 are plotted.


Charts("Chart1").Axes(xlValue).ReversePlotOrder = True