UINT BCGM_ON_CHART_LEGEND_MOUSE_UP |
The framework sends the BCGM_ON_CHART_LEGEND_MOUSE_UP message when the legend visual object receives a mouse up down notification.
wParam | mouse button number (0 - left, 1 - right, 2 - middle). |
lParam | a pointer to a BCGPChartLegendHitInfo structure. |
You should process this message to implement interactive chart legend.