Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Charting libraries

Charting libraries

Scheduled Pinned Locked Moved The Lounge
c++
11 Posts 9 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    Dou you guys know of any 2D charting libraries (paid or free), that can be used in C++ apps. I saw a Dundas one, but it was for the web. Thanks Thomas

    C J S C C 8 Replies Last reply
    0
    • L Lost User

      Dou you guys know of any 2D charting libraries (paid or free), that can be used in C++ apps. I saw a Dundas one, but it was for the web. Thanks Thomas

      C Offline
      C Offline
      Cathy
      wrote on last edited by
      #2

      I thought I saw a lot of stuff like that at www.componentsource.com but I have never personally used one. I bought a compression library from them. No complaints about their service and I got a free coffee cup.

      L 1 Reply Last reply
      0
      • C Cathy

        I thought I saw a lot of stuff like that at www.componentsource.com but I have never personally used one. I bought a compression library from them. No complaints about their service and I got a free coffee cup.

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        Thanks for the info. There are many libraries there. I am checking for one that suits my needs. Thanks again Thomas

        1 Reply Last reply
        0
        • L Lost User

          Dou you guys know of any 2D charting libraries (paid or free), that can be used in C++ apps. I saw a Dundas one, but it was for the web. Thanks Thomas

          J Offline
          J Offline
          Jon Sagara
          wrote on last edited by
          #4

          Straight from the Dundas advertising section: http://www.dundas.com/index.asp?products/chart Jon Sagara Sagara Software

          1 Reply Last reply
          0
          • L Lost User

            Dou you guys know of any 2D charting libraries (paid or free), that can be used in C++ apps. I saw a Dundas one, but it was for the web. Thanks Thomas

            S Offline
            S Offline
            Simon Brown
            wrote on last edited by
            #5

            Hi Thomas, I looked at everything I could find about one year ago. I bought Dundas, was *very* disappointed with the product and the support (they couldn't care less about the bugs). I then bought ComponentOne Chart from www.component1.com - this is the best there is IMO. Support is not brilliant, but the product is - I suggest you try it out. Very good documentation and examples, looks great. Old Simon HB9DRV

            L 1 Reply Last reply
            0
            • S Simon Brown

              Hi Thomas, I looked at everything I could find about one year ago. I bought Dundas, was *very* disappointed with the product and the support (they couldn't care less about the bugs). I then bought ComponentOne Chart from www.component1.com - this is the best there is IMO. Support is not brilliant, but the product is - I suggest you try it out. Very good documentation and examples, looks great. Old Simon HB9DRV

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #6

              I will take a look at that Thanks Thomas

              1 Reply Last reply
              0
              • L Lost User

                Dou you guys know of any 2D charting libraries (paid or free), that can be used in C++ apps. I saw a Dundas one, but it was for the web. Thanks Thomas

                C Offline
                C Offline
                Chris Losinger
                wrote on last edited by
                #7

                we use both ChartFX and Graphics Server. they both do all of the popular graphs and charts (bar, pie, line, cluster, stacked bar, etc). ChartFX seems to be a little nicer to use, and has a nicer box, too. -c ------------------------------ Smaller Animals Software, Inc. http://www.smalleranimals.com

                1 Reply Last reply
                0
                • L Lost User

                  Dou you guys know of any 2D charting libraries (paid or free), that can be used in C++ apps. I saw a Dundas one, but it was for the web. Thanks Thomas

                  C Offline
                  C Offline
                  Chris Bruce
                  wrote on last edited by
                  #8

                  We recently purchased Objective Chart from RogueWave (originally a Stingray product). It integrates nicely with MFC, and provides full source code allowing you to 'take over' where you need more control. Got an email from RogueWave recently, however, saying it will only be available as part of a bundled package of products. Chris Regards, Chris Bruce

                  1 Reply Last reply
                  0
                  • L Lost User

                    Dou you guys know of any 2D charting libraries (paid or free), that can be used in C++ apps. I saw a Dundas one, but it was for the web. Thanks Thomas

                    M Offline
                    M Offline
                    Mike Burston
                    wrote on last edited by
                    #9

                    We have looked into this extensively, and have used two different packages in different products, plus done extended evaluations on one other. The results we have found are (in order or preference) : 1. TeeChart - In use in one product. Full featured - more options that any other chart we could find. very easy to use in either MFC or non-MFC (comes as ActiveX, and therefore exposes COM interface for non-MFC programming). Very flexible - includes many options for customizing the product, including the 'properties' dialogs. Documentation was not good - mostly aimed at VB programmers. Support is superb - strong newsgroup, great commintment from the developers ot aknowledge problems and offer workarounds, still being actively developed with new versions at regular intervals. All in all, the best package we have looked at (depite having the worst website I've seen in ages!!). Also a good price! 2. ComponentOne (Olectra) - In use in one product. Powerful, complex, very reliant on MFC for ease of use. When used in a non-MFC product it was much more work to program. Very well documented, lots of features. Support was just okay. We moved away from this to TeeChart because we needed better non-MFC support. We also ended up getting a lot of other 'extras' from TeeChart as well. 3. ChartFX (evaluated but rejected). Simplest to use, and with the fewest features. Very robust, very easy to use, and much simpler to understand. Lacks extensibility. Documentation was good. excellent in MFC app, not so good away from MFC. Support was fair. We now consider 'TeeChart' as our 'standard'. Hope this helps.

                    1 Reply Last reply
                    0
                    • L Lost User

                      Dou you guys know of any 2D charting libraries (paid or free), that can be used in C++ apps. I saw a Dundas one, but it was for the web. Thanks Thomas

                      M Offline
                      M Offline
                      Mike Gaskey
                      wrote on last edited by
                      #10

                      I recently did a search for a charting library and located something that looks pretty good. Found it on codeguru.com. Go there and do a search for "graph". The author is Brian C(something). Haven't tried it yet but the screenshots look great. Both 2D and 3D, MFC, dialog and view. Good luck. Old Programmer

                      1 Reply Last reply
                      0
                      • L Lost User

                        Dou you guys know of any 2D charting libraries (paid or free), that can be used in C++ apps. I saw a Dundas one, but it was for the web. Thanks Thomas

                        R Offline
                        R Offline
                        Ravi Bhavnani
                        wrote on last edited by
                        #11

                        Also see http://www.codeproject.com/miscctrl/index.asp#Charting Controls, although they may not be as feature heavy as what you're looking for. /ravi "There is always one more bug..." http://www.ravib.com ravib@ravib.com

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups