The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



SuppressPaint


Unit:SDL_rchart
Class: TRChart
Declaration: property SuppressPaint: boolean;

Changing any property of the chart will trigger the repaint process. This may result in unnecessary repaint operations if several parameters of the chart are to be changed at once. It is therefore recommended to temporarily switch off repainting when several parameters are changed programmatically.

Hint: See the property ActiveLayer for a discussion of performance improving usage of SuppressPaint.

Example: This property is used in the following example program (see http://www.lohninger.com/examples.html for downloading the code): multilinreg, processc



Last Update: 2023-Dec-13