Is there any way to stop a chart zoom from updating its canvas so the new chart will not be seen ? I would still need to use the OnZoom event to access the zoomed axis values.
When a Bar3D series having a CustomBarWidth is zoomed, the bar widths no longer have the same proportion. They can be reassigned in the OnZoom event, but by that point the zoomed chart with different CustomBarWidths has already been displayed and distracts the user.
Steve
Stop a Zoom from updating chart canvas ?
Hi Steve,
how about using the AutoRepaint property ?
Chart1.AutoRepaint := false;
Setting it to false will not repaint the Chart when you do a Zoom,..
how about using the AutoRepaint property ?
Chart1.AutoRepaint := false;
Setting it to false will not repaint the Chart when you do a Zoom,..
Pep Jorge
http://support.steema.com
http://support.steema.com