_Chart.PivotLayout Property

Returns a PivotLayout object that represents the placement of fields in a PivotTable report and the placement of axes in a PivotChart report.

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

Syntax

'Declaration
ReadOnly Property PivotLayout As PivotLayout
    Get
'Usage
Dim instance As _Chart
Dim value As PivotLayout

value = instance.PivotLayout
PivotLayout PivotLayout { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.PivotLayout

Remarks

If the chart you specify isn’t a PivotChart report, the value of this property is Nothing.

See Also

Reference

_Chart Interface

_Chart Members

Microsoft.Office.Interop.Excel Namespace