refresh_pivot_data method

refresh_pivot_data(self)

Refreshes chart’s data from pivot table.


def refresh_pivot_data(self):
    ...

Remarks

We will gather data from pivot data source to the pivot table report. This method is only used to gather all data to a pivot chart.

See Also