Results 1 to 40 of 49

Thread: Simple, but functional and VERY effective graph control

Hybrid View

  1. #1
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Simple, but functional and VERY effective graph control

    Welcome to VBForums

    Based on the example project given (but no testing), I think this is what you want:
    Code:
        For i = 0 To List2.ListCount
          objDataset.Points.Add CInt(List2.list(i))
        Next i

  2. #2
    New Member
    Join Date
    Oct 2009
    Posts
    10

    Re: Simple, but functional and VERY effective graph control

    Hi si_the_geek!!

    Thanks a million!

    This works for me!!

    Now I can tweak it some more!

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