CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 1999
    Posts
    5

    how to use MSchart control

    how do i go about using mschart in my application and connect it to my access db??



  2. #2
    Join Date
    Jul 1999
    Location
    Athens, Hellas
    Posts
    769

    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

  3. #3
    Join Date
    Aug 1999
    Posts
    5

    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
  •  





Click Here to Expand Forum to Full Width

Featured