refresh_pivot_data method

refresh_pivot_data

Refreshes pivot chart’s data from it’s pivot data source.

def refresh_pivot_data(self):
    ...

Remarks

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

See Also