| Programming User Interaction > Programming Actions > Actions and Events |
Each of the actions defined in the Action Constants maps to a 2D Chart event method. The following mappings are defined:
|
oc2dActionNone |
no event method called |
|
oc2dActionModifyStart |
ModifyStart() |
|
oc2dActionModifyEnd |
ModifyEnd() |
|
oc2dActionRotate |
View3DModify() |
|
oc2dActionScale |
PlotAreaModify() |
|
oc2dActionTranslate |
PlotAreaModify() |
|
oc2dActionZoomStart |
ModifyStart() |
|
oc2dActionZoomUpdate |
no event method called |
|
oc2dActionZoomCancel |
PlotAreaModify() |
|
oc2dActionZoomEnd |
PlotAreaModify(), ModifyEnd() |
|
oc2dActionZoomAxisEnd |
ZoomAxisModify(), ModifyEnd() |
|
oc2dActionReset |
ModifyStart(), PlotAreaModify(), ModifyEnd() |
|
oc2dActionProperties |
property pages are displayed |
The event methods are defined in the Event Reference section. Note that some actions trigger multiple events.