 |
|
 |
saRet.Detach() takes about 7 min for a data array of 650 double values. Is there any way to speed up the display of the MSchart graph? Please advice.
Ratna
|
|
|
|
 |
|
 |
why do we need to use:
saRet.Detach()
doesn't that chart keep a copy of the data ?
can't it cause a memory leak ?
Yoav
|
|
|
|
 |
|
 |
Is it MSChart control have the maximum value to display? I have a chart control which display data from a date to a date from selection of date time picker... if my selection in a short period the mschart work well but the date period too long it appear a application error "Debug Assertion Failed"
so i wonder is it there got a maximum value on that or something wrong with my program...
Please advice!!
|
|
|
|
 |
|
 |
Do not use RowCount or LabelCount, let MSChart do that automatically based on data array passed and you wont have the problem
|
|
|
|
 |
|
 |
After adding the component to a dialog, everything compiles, but when running the application, choosing the item from menu - it wont open.
It is SDI, VC6, W2K, Office2K.
and the problem is its my 1st try on visual C
|
|
|
|
 |
|
 |
Same to me, I can't understand why this happens...
|
|
|
|
 |
|
 |
same to me?
have you found the solution ?
plesae.
thanks
|
|
|
|
 |
|
 |
Hi All,
I have some 32 set of x,y values. They range from 0-360. I am not able to figure out how to plot them to form a line graph. I have chosen x-y scatter option. But how to give the different set of values and plot the graph? I would be really grateful if someone helps me out.
Thanks!!
Krishna.
|
|
|
|
 |
|
 |
Hi,
I created a Mschart object in my project, but when I try launching my application on a computer where Microsoft Visual Studio is not installed, there is a problem and the dialog box where stood this chart object doesn't appear.
Some dll or ocx are certainly neeeded, but which ones?
Thanks in advance to any nice people that could be help me.
Enjoy your time.
Sébastien
|
|
|
|
 |
|
 |
try installing the MSCHART ocx on the client machine. Hope this helps
|
|
|
|
 |
|
|
 |
|
 |
click start->run
regsvr32 "path of the ocx" and press enter that's it.......
LOKESH,chennai
|
|
|
|
 |
|
 |
i want to draw the 3D chart (Bar or Pie) in vb.net.
how can i will do this?
Nothing ...........................................................
|
|
|
|
 |
|
 |
hiiiiiiiiiii the text is very good but i wanna to draw the data online as i receive them from Dtata aquisition unit while the user is aobserving the chart for continous charting of the data
that make the chart blink every time i add a new point
A.A.Hussien
|
|
|
|
 |
|
 |
When i want to compile your code i get several errors which are:
c:\C++\grafik15\grafik15Dlg.cpp(20): error C2660: 'CMschart1::CMschart1' : function does not take 1 parameters
c:\C++\grafik15\grafik15Dlg.cpp(115): error C2039: 'SetChartData' : is not a member of 'CMschart1'
c:\C++\grafik15\grafik15Dlg.cpp(117): warning C4551: function call missing argument list
How can i correct these errors???
|
|
|
|
 |
|
 |
Hi.
I've the same problem:
'SetChartData' is not a member of 'CMschart1', where CMschart1 is a name of variable represents mschart object.
Help!
|
|
|
|
 |
|
 |
I had the same problem, use put_ChartData() instead of SetChartData() and it will work.
|
|
|
|
 |
|
 |
Hello,
What would be the code to print this MsChart object on a printer ?
Thanks in advance.
DD
|
|
|
|
 |
|
 |
Look here http://www.codeproject.com/useritems/printchart.asp.
I think this will help U
C U
LeCadro
|
|
|
|
 |
|
 |
Thanks .
In fact I saw first the article explaining how to print, but it seems that .zip containing the code sources has a problem and can't be unzipped ...
Regards
DD
|
|
|
|
 |
|
 |
No, is ok, this code works on win2k but I didn't succeed to make it work under win98 but not sure my problem is due to this code because I also use the feature to print without Document/view framework ...
Still under investigations
dd
|
|
|
|
 |
|
 |
How To display the value in tooltips by placing mouse at a position?
Using mschart, is there any property or method to display values at any position in the gfraph.
Thanks for any help?
Be creative
Once your mind is streched by a new idea, it will never regain its original dimension
|
|
|
|
 |
|
 |
How does this work when using an XY Line graph?? How do you give it an X,Y pair and have it graph that point?? Please HELP!!
|
|
|
|
 |
|
 |
u posted this Question on dec'01, u might have got an answer by now, but if u did not, then here it is:
in the properties of the activeX object on the dialog editor, select the "chart" tab and in that select the "xy scatter", and there u r!
goodluck!!
sridhar
|
|
|
|
 |
|
 |
Hi Sridhar and All,
I have some 32 set of x,y values. They range from 0-360. I am not able to figure out how to plot them to form a line graph. I have chosen x-y scatter option. But how to give the different set of values and plot the graph? I would be really grateful if someone helps me out.
Thanks!!
Krishna.
|
|
|
|
 |