mfc >> XY chart controls to display data in 4 quadrants

by U0Q » Thu, 03 Feb 2005 15:47:03 GMT

Hi,
I'm looking for some charting controls which can be used in my VC project.
I need typical XY graphs which can display the curves plotted in all 4
quadrants.
The ones that I've explored so far like ChartDirector support only single
quadrant
graphs. Not sure if the MS Chart ActiveX control will support this
requirement.
Appreciate if anyone could point me to the right product.

TIA,
Sucharit


mfc >> XY chart controls to display data in 4 quadrants

by AliR » Fri, 04 Feb 2005 00:05:07 GMT


Here is how to use MS Chart
http://www.codeguru.com/Cpp/controls/controls/chartingandanaloguecontrols/article.php/c5241/


Here are some other controls
http://www.codeproject.com/miscctrl/ #Charting+Controls

Amazing what you can find if you search for it!
AliR.



project.





mfc >> XY chart controls to display data in 4 quadrants

by U0Q » Fri, 04 Feb 2005 17:25:02 GMT

Looked thru all of those already. Not what I want. I need much more
professional
ones with advanced capabilities, like 4-quadrant support like I said,
multi-axes for either
X and/or Y, multi-lines per chart, and much more professional looking of
course.

-SD.







Similar Threads

1. XY Chart

Hi,
Can someone tell me how to draw xy charts?
thanks 


2. Calculate skewing data in a XY scatter plot - CSharp/C#

3. Plotting XY data

How could I plot my xy data from C++? I have heard that one can use
gnuPlot for instance, but has somebody actually experiences of that?
Does it work?

My aim is that of Matlab plot(x,y,'o'); which plots points (x,y) with
o's.

Pekka

4. How to set XY values using MSChart control

5. Control that displays LOTS of data without taking all memory

Is there a Windows control that will let me display lots of data (80MB of
data in ascii file) without taking all the memory? I tried it with a
datagrid but its datasource (in my case, a datatable) must be stored to
memory in order to display it. I also tried with a listview and I thought it
would've worked but I also noticed that the application's memory usage kept
on rising (similar to the datagrid) to the point that Windows' virtual
memory popup would be displayed.
Is there any control that will let me just display data without having to
store it in memory so that no matter how much data I need to display, the
memory usage will remain more or less the same?

Thanks.


6. controls to display data

7. Control for displaying Data

Hi,
I want to create an active control that will be having a dialog. On this 
dialog I want to show a table consisting of set of records. The data to this 
table will be coming from the web and will be refreshing again and again.

Could you suggest, which control should I use to have the things done.
I did not find Datagrid control suitable at this place. What are the other 
options available.
FYI: Iam using VC++ 6.0

THANKS IN ADVANCE,
Vijay


8. Displaying Excel chart in C# application - CSharp/C#