jtsj
July 25th, 1999, 05:09 PM
how do i go about using mschart in my application and connect it to my access db??
|
Click to See Complete Forum and Search --> : how to use MSchart control jtsj July 25th, 1999, 05:09 PM how do i go about using mschart in my application and connect it to my access db?? Dr_Michael July 26th, 1999, 07:58 AM Even if my opinion is not to use mschart control because it has a few bugs, you should try its ChartData property. MSDN Library would be more helpful to you as there too many things you can see there. Michael Vlastos Company MODUS SA Development Department Athens, Greece Tel: +3-01-9414900 Tran August 27th, 1999, 01:16 PM create an ADODB.Recordset and bound the recordset to the MSChart by adding : Dim rst as ADODB.Recordset 'Create the recordset here set MSChart1.DataSource = rst codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |