Axis.ReversePlotOrder Property

True if Microsoft Excel plots data points from last to first.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property ReversePlotOrder As Boolean
    Get
    Set
'Usage
Dim instance As Axis
Dim value As Boolean

value = instance.ReversePlotOrder

instance.ReversePlotOrder = value
bool ReversePlotOrder { get; set; }

Property Value

Type: System.Boolean

Remarks

This property cannot be used on radar charts.

See Also

Reference

Axis Interface

Axis Members

Microsoft.Office.Interop.Excel Namespace