Ah, I see, it's all in the punctuation.
I'm probably missing something here, but I already have Infragistics
WinChart stuff, and judging by the name I suspect it is much the same as the
Dundas control.
The emphasis appears to be on 'chart'-ing, as distinct from 'graph'-ing. I
spent some time with WinChart and found no reference to drawing a graph. The
way in which data is supplied to a chart is different from how it is
supplied to a graph. For example, WinChart allows a chart to be bound to a
DataTable. Each row corresponds to a group, and each column to a point in
that group. If I wanted to plot a graph with, say, 1000 points on it, I
would need to create a DataTable with one row and 1000 columns. This doesn't
seem to be the right way to go about it. I had hoped that I could pass an
array of points and the control would join the dots.
Charles
ToddT said:
a company that makes graph/chart controls.
Sorry, don't understand your banter!
What is a 'Dundas'?
"CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
What Dundas isn't going to do it for you??? =)
Hi Ken
I have had a look at this, but no graph/chart controls leap out at me.
Do
you happen to know what they are called? I see Infragistics there, and I
have the full set installed, but this provides a charting control - bar
charts and stuff - but as far as I can tell it does not offer the simple
facility of displaying a graph.
Charles
Hi,
There are some chart controls there that come with visual
basic
resource kit. Hope that helps.
http://msdn.microsoft.com/vbasic/vbrkit/default.aspx
Ken
me