TcxPivotGridChartConnection.Refresh Method
Recreates the currently active Chart View diagram using a linked pivot grid’s source data cells.
Declaration
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