Getting chart series values from object values

  • Thread starter Thread starter nildesperandum
  • Start date Start date
N

nildesperandum

VB6 EXCEL2000

I am trying to automate plotting an XY curve from data contained in an
object. Basically there appears to be no way of transfering the
contents of an object into chart's x and y values (.XValues & .Values
respectively). Edited code below.

Source data from array dFrequency is placed in a collection (for good
reasons!):

Public FreqTable As New Collection
 
That is some seriously edited code... <g>

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Business solutions leveraging technology
Microsoft Most Valuable Professional (MVP) 2000-2004
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top