_Chart.PivotLayout Property

Definition

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

public:
 property Microsoft::Office::Interop::Excel::PivotLayout ^ PivotLayout { Microsoft::Office::Interop::Excel::PivotLayout ^ get(); };
public Microsoft.Office.Interop.Excel.PivotLayout PivotLayout { get; }
Public ReadOnly Property PivotLayout As PivotLayout

Property Value

Remarks

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

Applies to