CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8
  1. #1
    Join Date
    Dec 2011
    Posts
    1

    Graph Plotting in vb6.0

    I want to plot bar chart using vb6.0
    But dont know which control i have to use.
    Can u plz tell me the control and procedure how to use it?
    Thanks in advance.

  2. #2
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: Graph Plotting in vb6.0

    I woudl think you would want to use the Microsoft Chart Control, unless of course you have a 3rd party control for this.
    Always use [code][/code] tags when posting code.

  3. #3
    Join Date
    Aug 2003
    Location
    Sydney, Australia
    Posts
    1,900

    Re: Graph Plotting in vb6.0

    Microsoft Chart Control will do the job but is a little old and tired

    Have a look at this for making bar graphs
    Attached Files Attached Files

  4. #4
    Join Date
    Jul 2006
    Location
    Germany
    Posts
    3,725

    Re: Graph Plotting in vb6.0

    I must say this is most beautiful. Looks really good. Is it your work?

  5. #5
    Join Date
    Aug 2003
    Location
    Sydney, Australia
    Posts
    1,900

    Re: Graph Plotting in vb6.0

    Like you Wof, I am in awe of the programmer who wrote this - as you say, most beautiful

    I am also amazed at the attention to simplicity in the interface with the program - really commercial quality

    Found it on www.planetsourcecode.com - he was a monthly winner !

    Cheers

  6. #6
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Graph Plotting in vb6.0

    Post the correct link, please. http://www.planet-source-code.com/vb...71430&lngWId=1

    Also, CAN YOU POST the files without mentioning the source?
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  7. #7
    Join Date
    Aug 2003
    Location
    Sydney, Australia
    Posts
    1,900

    Re: Graph Plotting in vb6.0

    Try this

    The website I have always searched is

    www.planetsourcecode.com

    http://www.planetsourcecode.com/vb/s...71430&lngWId=1

    Why would I not mention the source ? (I am not trying to sell anything for money)

    I figure someone who has never been to www.planetsourcecode.com may just gain a little light

    After all, not one of us has all the answers - we all continue to learn

  8. #8
    Join Date
    Mar 2013
    Posts
    1

    Re: Graph Plotting in vb6.0

    Asslam o aliakum i am in a trouble i want to make a graph not like simple graph.after making graph have to draw inclined lines on it and some curves than have to choose values form the graph which will come from drwing lines from x and y axis.can any body tell how it can be done on vb6.or where i have to upload the pic of this grpah

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