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....



ShowGraf


Unit: SDL_rchart
Class: TSmithChart
Declaration: procedure ShowGraf;

The method ShowGraf brings the generated chart to the display. Note that in general, all the graphics elements of a chart are drawn in the off and copied to the visible screen by the method ShowGraf. This ensures that the flickering of the screen is effectively prevented during the drawing of an element.

Note: The actual process executed by ShowGraf depends on the property AutoRedraw. If AutoRedraw is TRUE, then only the data area is reconstructed and displayed. Otherwise the whole chart window (including the axes) is constructed from scratch and displayed.

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



Last Update: 2023-Dec-13