Axis.ReversePlotOrder Property
True if Microsoft Word plots data points from last to first. Read/write.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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
Boolean
Remarks
This property cannot be used on radar charts.