PIGGraph

RePaint

Returns or sets a value indicating whether the painting procedure will be enable or disable. This way you can make hard modifications to the graph (limits, grid, gap, ...) without a repaint for each modification.

RePaint: boolean; (default: true)

{Move view to the newest points}
fDeltaX := PIGGraph1.XMax - PIGGraph1.XMin;
PIGGraph1.RePaint := false;
PIGGraph1.XMax := PIGGraph1.IndexInTable;
PIGGraph1.XMin := PIGGraph1.XMax - fDeltaX;
PIGGraph1.RePaint := true;

None

© 1996,1997 Productions Informatiques GaMa.
All rights reserved. Tous droits réservés.