View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] professorplum101@gmail.com is offline
external usenet poster
 
Posts: 10
Default Help! Need to reduce number of markers in a series

I am writing some vb code for an excel "program" that will
automatically plot a lot of data. Does anyone have any code that I
can use to reduce the number of markers that will be plotted on the
screen for each series so that (1) the screen will refresh faster and
(2) each series will be identifiable. Right now, we are talking
about
plotting up to 32,000 data points for each series. The number of
series and number of data points is known. Thanks.

Regards,
Brian Reeves