Share via


Axis.ReversePlotOrder Property

true if Microsoft PowerPoint plots data points from last to first. Read/write Boolean value.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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

You cannot use this property on radar charts.

See Also

Reference

Axis Interface

Axis Members

Microsoft.Office.Interop.PowerPoint Namespace