Bar questions

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
SunnyView
Newbie
Newbie
Posts: 1
Joined: Tue Jul 10, 2007 12:00 am

Bar questions

Post by SunnyView » Wed Jul 11, 2007 6:08 am

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

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Thu Jul 12, 2007 12:25 pm

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.

Post Reply