PivotThisChart (Method)

Applies To:

PivotCollection

Description:

Changes a Chart object into the form of a Pivot report.

Syntax:

Expression.PivotThisChart()

Expression Required:

An expression that returns a Pivot object

Example:

This example shows how to change the BooksChart chart object into the form of a Pivot report:

ActiveDocument.Sections["BooksChart"].PivotThisChart()