Programming User Interaction > Programming Actions > Action Maps |
An action map is a mapping of a mouse operation and/or key pressing to a chart action. Each action map consists of three parts:
· The message (indicating what mouse operation or key pressing occurred)
· Any modifier flags
· The keycode (if the message is WM_KEYDOWN or WM_KEYUP)
The ActionMaps collection specifies the action maps currently defined for the 2D Chart control.