Results 1 to 2 of 2

Thread: Working with MSChart ?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2004
    Posts
    101

    Question Working with MSChart ?

    I am trying to construct a simple bar chart.

    I noticed a post on this forum that said, to get the chart function working:

    -Open an ADO Recordset (myRS) which includes all info that needs displayed
    -Set MSChart1.Datasource = myRS

    However, this did not say if I needed to what references I need to add, (using the menu item References)

    or what to Dim the MSChart1 as...

    I have tried Dim MSChart1 as Chart and also Dim MSChart1 As Graph
    but neither have worked.


    Can anyone please help?

    Thanks

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    In the Components box, choose the MS Chart control.

    In the References box, choose ADO.

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