how to create a chart
-
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.
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.
-
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.
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.”
-
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.
-
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.
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.
-
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.
-
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)
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.
-
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.
-
ya. i want to use MSCHART and i need some help and some example for mschart control. do you suggest easier way than MSCHART ?