Creating XY Graphs in VB6

G

Guest

Hi All,
This may seem silly to most but I'm having no luck at all in getting help in
creating XY Graphs. I've tried many VB6 forums, left messages, had views BUT
very little luck in getting coding to do this.

All I want to do is place a chart on a form using MSChart 6, place data in a
grid, this I can do, then retrieve that data in the form of an XY chart.

So far I been given a data using Froxpro, Visual Basic 6 Black Book started
offok and then died before it went too deeply into charting.

I may be a bit slow and need to be treated like a child, but surely there
must be more info around that can explain it in layman's terms, or any terms
for that matter.

Best Rgds,
Dave R.
 
J

James A. Fortune

22Pom said:
Hi All,
This may seem silly to most but I'm having no luck at all in getting help in
creating XY Graphs. I've tried many VB6 forums, left messages, had views BUT
very little luck in getting coding to do this.

All I want to do is place a chart on a form using MSChart 6, place data in a
grid, this I can do, then retrieve that data in the form of an XY chart.

So far I been given a data using Froxpro, Visual Basic 6 Black Book started
offok and then died before it went too deeply into charting.

I may be a bit slow and need to be treated like a child, but surely there
must be more info around that can explain it in layman's terms, or any terms
for that matter.

Best Rgds,
Dave R.

An alternative technique can be derived from my histogram program. See:

http://groups.google.com/group/comp.databases.ms-access/msg/63bd854c0862d0fc

The VBA code should port quite easily to VB. BTW, the histograms I
create are good at keeping me in touch with data in a way that is hard
to see otherwise.

James A. Fortune
 

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

Top