|
-
July 25th, 1999, 05:09 PM
#1
how to use MSchart control
how do i go about using mschart in my application and connect it to my access db??
-
July 26th, 1999, 07:58 AM
#2
Re: how to use MSchart control
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
-
August 27th, 1999, 01:16 PM
#3
Re: how to use MSchart control
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|