XY ErrorBar Plot

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
schafma
Newbie
Newbie
Posts: 10
Joined: Wed Jan 25, 2006 12:00 am

XY ErrorBar Plot

Post by schafma » Thu Jun 11, 2009 1:12 pm

Hello,

I'd like to plot some scientific data in a XY-Point chart. Each Point should have an error-bar in the y direction.

First of all it is a bit inconveniet that one needs two series (Point and Error) to draw the measured data and the corresponding (measurement) error.

Image
http://mitglied.lycos.de/MarcusSchaefer/TChart01.gif

But unfortunatly I ran into the problem, when adding an second error series to the same chart. The Error bars are no longer on the correct x-value position but are left and right beneath the x-value (see image below).

Image
http://mitglied.lycos.de/MarcusSchaefer/TChart02.gif

I suppose this is because the Error-Series inherited the Bar-Series.
I haven't found any error Series or work-arround to solve this problem. Have you any suggestions?

Thank you,
Marcus

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: XY ErrorBar Plot

Post by Yeray » Fri Jun 12, 2009 2:18 pm

Hi Marcus,

When there are two Error series, there is something a X displacement for the Error series in order to be drawn one next to the other for a same X value. I've added to the wish list the possibility to force the X position independently of the number of Error series in the chart (TF02014232).
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

schafma
Newbie
Newbie
Posts: 10
Joined: Wed Jan 25, 2006 12:00 am

Re: XY ErrorBar Plot

Post by schafma » Fri Jun 12, 2009 7:50 pm

Dear Yeray,
Thanks for the reply.
Maybe you could also add to the wish list an combined Points- and Error- Series. This would be much easier than keeping two independant series syncronized and uptodate.

Marcus

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: XY ErrorBar Plot

Post by Yeray » Mon Jun 15, 2009 10:10 am

Hi Marcus,

Yes, it could be an interesting new feature for a further release (TF02014234).
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: XY ErrorBar Plot

Post by Yeray » Tue Jun 21, 2011 9:43 am

Hello Marcus,

This is just to let you know we've just implemented the ErrorPoint and ErrorPoint3D series. They will be available with the next maintenance release and they look as follows:
ErrorPoint.png
ErrorPoint.png (38.68 KiB) Viewed 5496 times
ErrorPoint3D.png
ErrorPoint3D.png (92.61 KiB) Viewed 5495 times
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply