Report > Report Assembly Interfaces > IPrxChart > IPrxChart.SerieAction
SerieAction: String;
The SerieAction property determines a macro for handling chart series events.
The development environment object containing macro implementation must be connected to the regular report.
Depending on the file where the macro is implemented, the path to the macro in this property is specified in the different ways:
The macro is implemented in the repository unit or form: <unit/form identifier>.<macro name>.
The macro is implemented in an object of the repository assembly: <assembly identifier>.<macro name>.
In the units and forms of the repository user macros should be implemented in the Global Scope of names.
The property use is given in the example for IPrxChart.DoSerieClick.
See also: