Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxPivotGridChartConnection.Refresh Method

In This Article

Recreates the currently active Chart View diagram using a linked pivot grid’s source data cells.

#Declaration

Delphi
procedure Refresh; virtual;

#Remarks

The currently active diagram is automatically updated in response to changes to the pivot grid’s selection, display values, or layout as specified via the SourceData property. Call the Refresh method to force the diagram to update in response to changes in the OnGetDataCells or OnGetSeriesDisplayText event handlers.

See Also