Add data to errorseries

TeeChart for ActiveX, COM and ASP
Post Reply
Jack007
Newbie
Newbie
Posts: 6
Joined: Tue Nov 16, 2010 12:00 am

Add data to errorseries

Post by Jack007 » Mon Feb 07, 2011 4:16 pm

Hi,

In V8 the following code (just for demonstration purposes) worked fine :
SELF:oDCTC:AddSeries(scError)
otemp2:=SELF:oDCTC:Series(SELF:oDCTC:SeriesCount-1)
For i:=1 to 10
otemp2:AsError:AddErrorBar(i, i*10, i*0.1, 'Test', clTeeColor)
next i

I recently migrated to V2010 and I get an error on : otemp2:AsError:AddErrorBar(i, i*10, i*0.1, 'Test', clTeeColor)
It says AddErrorBar is no method.

What am i doing wrong here ?
My goal is to draw an errormark (a T en reverse T) on the coordinate x, y with a specific height for the errormark.


TIA,

Jack

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

Re: Add data to errorseries

Post by Yeray » Tue Feb 08, 2011 12:08 pm

Hi Jack,

You are right. It seems we broke it when we fixed this bug: TA05014618.
We are investigating it and we'll be back to you here as soon as possible.
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: 9601
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Add data to errorseries

Post by Yeray » Wed Feb 09, 2011 11:30 am

Hi Jack,

We've just readded the AddErrorBar function in the scError series we removed by mistake. Excuse us for it. It will be available in the next maintenance release.
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

Jack
Newbie
Newbie
Posts: 24
Joined: Wed Aug 01, 2007 12:00 am

Re: Add data to errorseries

Post by Jack » Wed Feb 09, 2011 12:39 pm

Thanks, and keep up the good work.

When will the maintenance release be available ?

Greetings,

Jack

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

Re: Add data to errorseries

Post by Yeray » Wed Feb 09, 2011 1:24 pm

Hi Jack,

I hope in the next weeks. I recommend you to be aware at the following channels for new release announcements:
- Support forum
- RSS news feed
- Twitter
- Facebook
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