BCGCBPRODLLEXPORT UINT BCGM_ON_CHART_AFTER_RECALC_LAYOUT |
The framework sends the BCGM_ON_CHART_AFTER_RECALC_LAYOUT when the chart has recalculated its layout.
wParam | ID of chart visual object. |
lParam | None. |
You can process this message to implement interactive charts. You might need to invalidate some cached data when the layout has been recalculated.