Problem for plotting error series with left right style

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Chandran
Newbie
Newbie
Posts: 15
Joined: Thu Feb 07, 2013 12:00 am

Problem for plotting error series with left right style

Post by Chandran » Tue Dec 31, 2013 9:18 am

We are using tee chart for .net (Version 4.1.2013.7302)

We want to plot error series with left and right error style in which std. error values would be greater than bar values for error series points.

To illustrate the problem, let’s consider following scenario:
Say we have error series with one point value as - X = 10 ,Bar = 0.3 and Std. Error = 0.7.
The problem we are facing while plotting above series is that Std. error value cannot be set beyond Bar value.
When the Std error value is set to greater than that of bar value; internally tee chart uses bar value as Std. error value and discards whatever we provided earlier. (Screen shot Version 2010).

In other words, tee chart is supposed to expect std. error value to be less or equal to that of bar value, as observed from the plotted series.

We tried the same scenario in ocx tee chart and it works fine (Screen shot Version 2008).

Please suggest a solution so that we can set our own standard error value and succeed in avoiding tee chart overwriting it with bar value( especially when std. err > bar value).

Thanks
Chandran
Attachments
Version 2010.PNG
Version 2010.PNG (9.55 KiB) Viewed 20226 times
Version 2008.PNG
Version 2008.PNG (13.65 KiB) Viewed 20164 times

Chandran
Newbie
Newbie
Posts: 15
Joined: Thu Feb 07, 2013 12:00 am

Re: Problem for plotting error series with left right style

Post by Chandran » Tue Dec 31, 2013 11:47 am

Here are the new set of images one using tee chart for .net and other using ocx.
Both has same data as:
x = 2.661
bar = 0.632
std err = 1

When we compare these images we find following set of differences:
for ocx control : minimum of bar is < 2, also max of bar > 3.5
for .net control : minimum of bar is > 2, also max of bar < 3.5

This says about the problem - with same data, ocx and .net control are drawing it differently.
We find the ocx way more correct and want to have the same for .net control.

Thanks,
Chandran
Attachments
Version tee chart (ocx).PNG
Error series with left right style - minimum of bar is < 2, also max of bar > 3.5
Version tee chart (ocx).PNG (13.65 KiB) Viewed 20205 times
Version tee chart (. Net).PNG
Error series with left right style - minimum of bar is > 2, also max of bar < 3.5
Version tee chart (. Net).PNG (6.78 KiB) Viewed 20167 times

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Problem for plotting error series with left right style

Post by Sandra » Fri Jan 03, 2014 4:38 pm

Hello Chandran,

I can confirm that the way that the LeftRight style of Error Series is currently plotted has been changed in the latest versions of TeeChartFor.Net as you have noted. The change was intentional but we are checking the reason for it and will review the specification to inform you and offer any changes that might be decided upon.

Thanks in advance,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Chandran
Newbie
Newbie
Posts: 15
Joined: Thu Feb 07, 2013 12:00 am

Re: Problem for plotting error series with left right style

Post by Chandran » Tue Jan 07, 2014 5:24 am

Thanks Sandra, for your immediate response confirming the issue.
Looking forward for the solution.

Regards,
Chandran

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Problem for plotting error series with left right style

Post by Sandra » Wed Jan 08, 2014 5:44 pm

Hello Chandran,

I confirm you I've reproduced it and added it to the bug list to be fixed in future releases:
http://bugs.teechart.net/show_bug.cgi?id=529

Thanks in advance,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Chandran
Newbie
Newbie
Posts: 15
Joined: Thu Feb 07, 2013 12:00 am

Re: Problem for plotting error series with left right style

Post by Chandran » Mon Jan 13, 2014 5:32 am

Thanks Sandra.
For one important delivery we are dependent on the fix and we are stuck. Can you please update when the fix will be available?

or

Is there is any alternative solution available to us?
It will be really of a great help.

Thanks,
Chandran

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Problem for plotting error series with left right style

Post by Sandra » Mon Jan 13, 2014 9:13 am

Hello Chandran,

I confirm that the bug number (id529) is already fixed for next maintenance release of TeeChartFor.Net as you can see in the link.

Thanks in advance,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Chandran
Newbie
Newbie
Posts: 15
Joined: Thu Feb 07, 2013 12:00 am

Re: Problem for plotting error series with left right style

Post by Chandran » Wed Jan 15, 2014 9:11 am

Thanks Sandra, for the information.

Can you please let us know when is the next maintenance release?

Also, to allow us to continue development, is there any solution you can offer ?
Will it be possible for you to share the code for fix or test installer?

Thanks,
Chandran

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: Problem for plotting error series with left right style

Post by Christopher » Wed Jan 15, 2014 1:26 pm

Chandran wrote: Can you please let us know when is the next maintenance release?
The next maintenance release is due out in three weeks time.
Chandran wrote: Also, to allow us to continue development, is there any solution you can offer ?
Will it be possible for you to share the code for fix or test installer?
We can offer to post here a link to a password-protected (with your Steema password) zip file containing a pre-release TeeChart.dll in the .NET framework of your choice. Which .NET framework build would you like?
Best Regards,
Christopher Ireland / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Instructions - How to post in this forum

Chandran
Newbie
Newbie
Posts: 15
Joined: Thu Feb 07, 2013 12:00 am

Re: Problem for plotting error series with left right style

Post by Chandran » Thu Jan 16, 2014 5:44 am

Thank Christopher.
It would be really helpful in our further development.
We are using .Net framework 4.0. Please share the pre-release TeeChart.dll for the same.

thanks,
Chandran

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: Problem for plotting error series with left right style

Post by Christopher » Fri Jan 17, 2014 10:42 am

Chandran,
Chandran wrote:Thank Christopher.
It would be really helpful in our further development.
We are using .Net framework 4.0. Please share the pre-release TeeChart.dll for the same.
Sorry for the slight delay, a virus got in the way. Please find the latest build of TeeChart.dll in a password-protected zip file here.
Best Regards,
Christopher Ireland / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Instructions - How to post in this forum

Chandran
Newbie
Newbie
Posts: 15
Joined: Thu Feb 07, 2013 12:00 am

Re: Problem for plotting error series with left right style

Post by Chandran » Fri Jan 17, 2014 2:45 pm

Thanks Christopher for zip.
But there is a problem with it. I downloaded it but could not extract it. Is there any problem with it or am I missing something.

TIA,
Chandran

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: Problem for plotting error series with left right style

Post by Christopher » Fri Jan 17, 2014 2:50 pm

Chandran wrote: But there is a problem with it. I downloaded it but could not extract it. Is there any problem with it or am I missing something.
You're welcome.

It is password protected with what I believe is your password, a 17-digit number beginning and ending with 97....03.
Best Regards,
Christopher Ireland / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Instructions - How to post in this forum

Post Reply