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
Add data to errorseries
Re: Add data to errorseries
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.
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Add data to errorseries
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.
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Add data to errorseries
Thanks, and keep up the good work.
When will the maintenance release be available ?
Greetings,
Jack
When will the maintenance release be available ?
Greetings,
Jack
Re: Add data to errorseries
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
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
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |