Marc,
Thanks for the quick response. I figured it was something simple.
BTW: It would really help if you guys supplied a user guide for TChart. The docs for methods and properties are fine but it is really difficult to figure out which object to use.
Search found 2 matches
- Mon Dec 15, 2003 4:38 pm
- Forum: ActiveX
- Topic: Plotting numeric YValues agaisnt a set of text labels
- Replies: 3
- Views: 13057
- Sat Dec 13, 2003 1:01 am
- Forum: ActiveX
- Topic: Plotting numeric YValues agaisnt a set of text labels
- Replies: 3
- Views: 13057
Plotting numeric YValues agaisnt a set of text labels
I am trying to plot some data values against a set of text labels. Basically the Y value is numeric and the X value is a label. So my data might look like: XValue YValue -------- -------- Cats 25 Dogs 15 Newts 14 The X and Y values are in an ado recordset. I am sure this is easy but I can't seem to ...