Results 1 to 9 of 9

Thread: 3d Party Graphing Contrls

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2018
    Location
    Texas
    Posts
    168

    3d Party Graphing Contrls

    Looking for a 3d Party control for graphing. The MS chart control in VB seems cumbersome and I recall a looooog time ago 3d party controls for VB6 were available. Any recommendations. Working a Legasy VB 6 program and need VB6 compatibility.

    Thanks

  2. #2
    The Idiot
    Join Date
    Dec 2014
    Posts
    2,730

    Re: 3d Party Graphing Contrls

    check the code banks, there plenty of threads with graphic tips, tricks, typelibs, classes etc for all kind of purposes.

  3. #3
    Frenzied Member
    Join Date
    Jun 2015
    Posts
    1,068

    Re: 3d Party Graphing Contrls

    i started keeping an archive of open source vb6 graphing controls that looked decent. I havent tested any of them myself though

    https://github.com/dzzie/libs/tree/master/graphing

    the psc repo should have a bunch as well.

  4. #4

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Feb 2018
    Location
    Texas
    Posts
    168

    Re: 3d Party Graphing Contrls

    Quote Originally Posted by Eduardo- View Post
    Also take a look to Charts controls with GDI+
    Thanks - That looks very interesting

  6. #6
    Frenzied Member
    Join Date
    Dec 2008
    Location
    Melbourne Australia
    Posts
    1,487

    Re: 3d Party Graphing Contrls

    This entry was Codebank worthy (homage to Elaine in Seinfeld's "sponge-worthy") -
    Vb6 - graph32
    https://www.vbforums.com/showthread....57-Vb6-graph32

    It uses the older "Graph32.ocx" which appears to be much simpler to use

  7. #7
    Frenzied Member
    Join Date
    Jun 2015
    Posts
    1,068

    Re: 3d Party Graphing Contrls

    remembered a couple others:

    WinGraphviz was pretty decent and free/open source. ActiveX written in C
    http://wingraphviz.sourceforge.net/w...hviz/setup.htm

    uDrawGraph is an external exe but can be remote controlled and get events on node clicks etc
    http://www.informatik.uni-bremen.de/...realworld.html
    vb6 class to interact with it: https://github.com/dzzie/RE_Plugins/...her/CUDraw.cls

    lassalle used to have a nice (but expensive) addflow ocx control. It only displayed a nag
    http://www.lassalle.com/index.htm

    he microsoft GleeGraph was free for non commercial use and decent, but it was in .NET
    might have to jump through some hoops, wrap it, or change languages to use that one

    I still have a project that uses WinGraphViz

  8. #8
    Frenzied Member
    Join Date
    Jun 2015
    Posts
    1,068

    Re: 3d Party Graphing Contrls

    also if you embed a browser control then you have a thousand options for graphing

  9. #9

    Thread Starter
    Addicted Member
    Join Date
    Feb 2018
    Location
    Texas
    Posts
    168

    Re: 3d Party Graphing Contrls

    You guys are great. I will take a look at all of them.

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