Page 1 of 1

Bar questions

Posted: Wed Jul 11, 2007 6:08 am
by 10546034
Hello,

I just bought TeeChart Pro and I have two questions about bars:

1. Is it possible to make bars transparent as seen at "http://www.webposition.com/shared/image ... aid_lg.jpg"?

2. Is there a demo project or at least a description on how to produce such good-looking bars as advertised at "http://www.steema.com/img_products/gallery/tch/Bar2.png"?

By the way, the out-of-the-box experience after the installation could be improved a little bit:

1. When I open the project TeeChart 8.0.1 for Delphi 2007\Examples\Tee8New_2007.bdsproj then Delphi 2007 reports a ton of "List index out of bounds" errors. I have to exit Delphi from the Task Manager.

2. The web page TeeChart 8.0.1 for Delphi 2007\Docs\Info Sources.htm describes version 7.

3. The web page TeeChart 8.0.1 for Delphi 2007\Docs\FixedBugs.htm seems to be completely outdated - it lists fixed bugs only for version 6.

The order confirmation email message states that " Technical questions can be [...] submitted with our "Question" form located at our support web site." - but I cannot find any question form on the support web site. Where is it?

Best regards,

SunnyView

Posted: Thu Jul 12, 2007 12:25 pm
by Pep
Hi,
1. Is it possible to make bars transparent as seen at "http://www.webposition.com/shared/image ... aid_lg.jpg"?
Yes, you can set transparency to the Bar Series with :
Series1.Transparency := 50;
2. Is there a demo project or at least a description on how to produce such good-looking bars as advertised at "http://www.steema.com/img_products/gallery/tch/Bar2.png"?
I've posted a .tee file which reproduces a very similar Bar Chart like this one on our news://www.steema.net/steema.public.attachments newsgroup (with same subject) at . You only have to import it in an app. to see the property values.
1. When I open the project TeeChart 8.0.1 for Delphi 2007\Examples\Tee8New_2007.bdsproj then Delphi 2007 reports a ton of "List index out of bounds" errors. I have to exit Delphi from the Task Manager.

2. The web page TeeChart 8.0.1 for Delphi 2007\Docs\Info Sources.htm describes version 7.

3. The web page TeeChart 8.0.1 for Delphi 2007\Docs\FixedBugs.htm seems to be completely outdated - it lists fixed bugs only for version 6.

The order confirmation email message states that " Technical questions can be [...] submitted with our "Question" form located at our support web site." - but I cannot find any question form on the support web site. Where is it?
Thanks for the advise about all of these issues, at this moment they have been fixed, the changes will be included into the next maintenance release.