Search found 44 matches

by Abhijit
Wed Nov 18, 2009 12:27 pm
Forum: ActiveX
Topic: How many points can be added to series
Replies: 6
Views: 8337

Re: How many points can be added to series

Hi Out there, I hope I am not clear with my question, hence no reply :(. One addition the real problem I found while adding large data points to chart/series using method "AddXY" is that if you specify the "label" parameter (not NULL) then it takes lots of memory and also decrease in the performance...
by Abhijit
Wed Nov 18, 2009 6:30 am
Forum: ActiveX
Topic: How many points can be added to series
Replies: 6
Views: 8337

Re: How many points can be added to series

Hi Narcis, Thanks for the suggestion, but the problem we my application is part of Software suite were we have multiple application using "Teechart Pro ActiveX 5" as common. Even if my single application use latest version will not solve the problem for others and it is not easy replace previous ver...
by Abhijit
Tue Nov 17, 2009 12:33 pm
Forum: ActiveX
Topic: How many points can be added to series
Replies: 6
Views: 8337

Re: How many points can be added to series

Hi Yeray,

My machine RAM is 4GB.

what should I try? I am using "TeeChart Pro ActiveX 5" version(5.0.6.0). [for which I am having license]
by Abhijit
Tue Nov 17, 2009 11:33 am
Forum: ActiveX
Topic: How many points can be added to series
Replies: 6
Views: 8337

How many points can be added to series

Hi, I am using "TeeChart5Activex" (ver 5.0.6.0) control with Visual c++ (VS2005). Here I am using "Fastline" series to plot the timeseries graphs. It works fine with less number of point but while adding (m_pChart->Series(0)->AddXY(dXAxis, dYAxis , sTime, clTeeColor);) large number points (around 19...
by Abhijit
Mon Jun 02, 2008 11:06 am
Forum: ActiveX
Topic: Getting crash while plotting line series in real Time mode
Replies: 5
Views: 7431

Thanks for reply .... but I want the Teechart event where I can call my Draw procedure.... E.g TeeChart have multiple events like, these are the teeChart events that I have implemented in my code //[ANI ON_EVENT(CSfxStatisticsView, IDC_TCHART, 20, CSfxStatisticsView::OnMouseMoveTchart1, VTS_I4 VTS_I...
by Abhijit
Mon Jun 02, 2008 4:41 am
Forum: ActiveX
Topic: Getting crash while plotting line series in real Time mode
Replies: 5
Views: 7431

Hi , Today I will prepare sample and send it to you .. Meanwhile Could you please let me know , In the TeeChart5 which TeeChart event you prefered to write the draw line or histogram series procedure.. Means In which TeeChart event you will call AddXY method to draw the series.. Regards Abhijit nimb...
by Abhijit
Thu May 29, 2008 9:23 am
Forum: ActiveX
Topic: Getting crash while plotting line series in real Time mode
Replies: 5
Views: 7431

Getting crash while plotting line series in real Time mode

Hi , I am using TeeChart5.ocx to plot the line and the histogram series. I have 2 approches to plot series, 1 . User define (In this user can set the interval to update the series) : I am doing this by setting timer interval suppose 1 sec to update series.... 2 . RealTime(I am passing data as it to ...
by Abhijit
Mon Apr 14, 2008 10:49 am
Forum: ActiveX
Topic: Axis ValueFormat
Replies: 16
Views: 17419

Hi , Sorry to say that you are not considering the whole problem , what ever you are tring to show that I have already tried , consider values , m_chart.GetAxis().GetLeft().SetMinMax(0.099999988366464 , 0.1000000273894787); In this case I just want only 8 fractions would display on the graph axis , ...
by Abhijit
Fri Apr 11, 2008 12:01 pm
Forum: ActiveX
Topic: Axis ValueFormat
Replies: 16
Views: 17419

Sorry passowrd is,
zip
by Abhijit
Fri Apr 11, 2008 6:27 am
Forum: ActiveX
Topic: Axis ValueFormat
Replies: 16
Views: 17419

Hi, I have uploaded HistogramSamples.zip on your server . In that I am able to reproduce my problem. Please take a look in HistogramSampleDlg.cpp... In that I set values for Left Axis as m_chart.GetAxis().GetLeft().SetMinMax(0.09999998 , 0.10000002); But on the Axis if you run this application you c...
by Abhijit
Wed Apr 09, 2008 10:44 am
Forum: ActiveX
Topic: Axis ValueFormat
Replies: 16
Views: 17419

Hi , Thanks for your help. But this is not sufficient .. I am not able to resolve my problem .. If I pass follwing values , SetMinMax(0.9999998 , 1.0000000) To set values on the Y Axis .... the values that I am getting on Y Axis is 1.0 every where.. because SetMinMax internally round above given val...
by Abhijit
Mon Apr 07, 2008 4:00 am
Forum: ActiveX
Topic: Axis ValueFormat
Replies: 16
Views: 17419

Hi , I have tried but this solution is not suitable to my problem.Could you please let me know whether u understood my problem. If not let me know I will open new thread for my new questions... Or could you please mail me at a.nimbalkar@fugro.in , so I can send you some images to your mail account s...
by Abhijit
Fri Apr 04, 2008 8:39 am
Forum: ActiveX
Topic: Axis ValueFormat
Replies: 16
Views: 17419

Hi , I am using TeeChart 5 control to draw the line series .. I am plotting line series . On the Y axis I am having some decimals, According to your suggestion I have set the Value format for Y Axis label i.e TChart1.Axis.Bottom.Labels.ValueFormat = "0.#########" OutPut that I am getting is case 1: ...
by Abhijit
Tue Mar 25, 2008 8:40 am
Forum: ActiveX
Topic: Axis ValueFormat
Replies: 16
Views: 17419

Hi , I am using TeeChart5.0 control To set values on the Y Axis I am using SetMinMax() TeeChart function which takes 2 parameter MinY and MaxY ... suppose, MinY = 0.099999904632568359 MaxY = 0.10000002384185791 So while plotting these values on the actual graph . this SetMinMax() rounds these values...
by Abhijit
Fri Feb 15, 2008 12:25 pm
Forum: ActiveX
Topic: Need sample code to draw Histogram Series in VC++ (MFC)
Replies: 67
Views: 71208

Hi Pep,

Could you please see my modified files and run and see the problem that I have explained in my mail and sent it on your account.

Thanks in Advance