View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
schuhjm schuhjm is offline
external usenet poster
 
Posts: 2
Default Can Chart Refresh be Disabled temporarily?

Hello,

I'm working with a large amount of data I'd like to plot in an xy
scatterchart (1e6 to 4e6 datapoints).

I'm building the chart in VB by creating multiple series of the maximum 32k
size.

Is there a way to build the all the series without having the chart refresh
until done? In the worst case, I have 128 series to plot.

In otherwords, I'd like to refresh the chart on demand, and only when desired.

Thanks,
Jeff