Chart.PivotLayout Property
Excel Developer Reference |
Returns a PivotLayout object that represents the placement of fields in a PivotTable report and the placement of axes in a PivotChart report. Read-only.
Syntax
expression.PivotLayout
expression A variable that represents a Chart object.
Remarks
If the chart you specify isn’t a PivotChart report, the value of this property is Nothing.
Example
This example creates a list of all the PivotTable field names used in the first PivotChart report.
Visual Basic for Applications |
---|
|
See Also