08-14-2006 12:19 PM
08-14-2006 04:39 PM
08-15-2006 12:49 AM
08-15-2006 02:59 AM - edited 08-15-2006 02:59 AM
Hi Michael,
It's a bit of work, but this example shows how to hide/reinstate one of several [stacked] plots. Actually, I got the idea from one of Unclebumps' old posts. ![]()
Suggestion: build a "driver" to handle the chart manipulations. One of the functions could be to hide a plot (input parameters chart-refnum, and plot index.)
Hope it helps!
Message Edited by tbd on 08-15-2006 03:00 AM
Message Edited by tbd on 08-15-2006 03:00 AM
08-15-2006 04:47 AM
08-15-2006 03:59 PM
08-15-2006 09:11 PM
Hi Michael,
You're welcome! - though I think most of the work remains undone. How to keep the chart from "growing"?; it would be a nicer effect if the hidden-charts didn't produce gaps; however, the chart-flicker during re-sizing can be improved by deferring panel-updates during resize (Panel-reference\Defer...). ![]()
Cheers.