Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 607 Bytes

File metadata and controls

32 lines (21 loc) · 607 Bytes

title: refresh_pivot_data method second_title: Aspose.Cells for Python via .NET API References description: type: docs weight: 110 url: /aspose.cells.charts/chart/refresh_pivot_data/ is_root: false

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