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. General Programming
  3. C#
  4. how to create a chart

how to create a chart

Scheduled Pinned Locked Moved C#
helptutorialquestion
9 Posts 3 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.
  • H Offline
    H Offline
    h pordel
    wrote on last edited by
    #1

    Hi I get a equivalance in my program and i should create the chart of that equivalance. how can i create the chart in windowsApplication. please help me.

    C H 2 Replies Last reply
    0
    • H h pordel

      Hi I get a equivalance in my program and i should create the chart of that equivalance. how can i create the chart in windowsApplication. please help me.

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      What is an equivalance ? You either draw it yourself or you use a charting library. I believe Microsoft offer one now, and there's others about that are free, which I assume is your preference.

      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

      H 1 Reply Last reply
      0
      • H h pordel

        Hi I get a equivalance in my program and i should create the chart of that equivalance. how can i create the chart in windowsApplication. please help me.

        H Offline
        H Offline
        Henry Minute
        wrote on last edited by
        #3

        Well, you could write some code and create your own chart control, then use that on your form. Or you could look and see if anyone has already created one that would suit your purpose. For example here[^] is the Microsoft Charting Controls and there are many many more out there just waiting for someone to google or bing for them.

        Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

        1 Reply Last reply
        0
        • C Christian Graus

          What is an equivalance ? You either draw it yourself or you use a charting library. I believe Microsoft offer one now, and there's others about that are free, which I assume is your preference.

          Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

          H Offline
          H Offline
          h pordel
          wrote on last edited by
          #4

          client give me a equavilance and value of variable. for example f(x)=x^2+4*x+cos(x); and x=30. I download mschart and i want to work with it. i need a tutorial and some example with it.

          C 1 Reply Last reply
          0
          • H h pordel

            client give me a equavilance and value of variable. for example f(x)=x^2+4*x+cos(x); and x=30. I download mschart and i want to work with it. i need a tutorial and some example with it.

            C Offline
            C Offline
            Christian Graus
            wrote on last edited by
            #5

            If x has a known value, how does this equate to a chart ? What is your client trying to do ? I believe the word you want is 'equation'. Your client has given you an equation, but to draw a chart, you'd be drawing f(x) values against all possible values of x. Providing a value for x means you'll have a specific value for f(x), not a chart.

            Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

            H 1 Reply Last reply
            0
            • C Christian Graus

              If x has a known value, how does this equate to a chart ? What is your client trying to do ? I believe the word you want is 'equation'. Your client has given you an equation, but to draw a chart, you'd be drawing f(x) values against all possible values of x. Providing a value for x means you'll have a specific value for f(x), not a chart.

              Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

              H Offline
              H Offline
              h pordel
              wrote on last edited by
              #6

              let me change my question. i want to create chart between two points? for example i want to create chart between these two points: A(1,2) , B(3,6)

              C 1 Reply Last reply
              0
              • H h pordel

                let me change my question. i want to create chart between two points? for example i want to create chart between these two points: A(1,2) , B(3,6)

                C Offline
                C Offline
                Christian Graus
                wrote on last edited by
                #7

                OK, so that's just a line between two points ? You're going to use the MSChart control ?

                Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

                H 1 Reply Last reply
                0
                • C Christian Graus

                  OK, so that's just a line between two points ? You're going to use the MSChart control ?

                  Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

                  H Offline
                  H Offline
                  h pordel
                  wrote on last edited by
                  #8

                  ya. i want to use MSCHART and i need some help and some example for mschart control. do you suggest easier way than MSCHART ?

                  C 1 Reply Last reply
                  0
                  • H h pordel

                    ya. i want to use MSCHART and i need some help and some example for mschart control. do you suggest easier way than MSCHART ?

                    C Offline
                    C Offline
                    Christian Graus
                    wrote on last edited by
                    #9

                    The MSChart control documentation looks to me like it's pretty basic. However, I just realised it's a legacy COM control. Try this[^] instead.

                    Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

                    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