BCGCBPRODLLEXPORT UINT BCGM_ON_CHART_MOUSE_DOWN |
The framework sends the BCGM_ON_CHART_MOUSE_DOWN message when the chart visual object receives a mouse button down notification.
wParam | ID of chart visual object. |
lParam | a pointer to a BCGPChartHitInfo structure. |
You should process this message to implement interactive charts.