TiPlotComponent.OnAfterPrint

TiPlotComponent

Occurs after the chart has been sent to the printer.

property OnAfterPrint : TNotifyEvent;

Description

Use OnAfterPrint to perform actions after the chart is sent to the printer. This event will fire just after the print is sent to the Printer.

Note: This event is generally used to make modifications to the chart after printing, such as changing colors or resetting colors after setting them to black and white for better looking printouts.

Note: Changes to the component between the OnBeforePrint and OnAfterPrint events will not be displayed on the screen. This is useful when you want to make changes for printing purposes only, and don't want the screen to flash or change.

Contents | Index | Previous | Next