_Chart.PivotLayout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.