Hello! How to set transparent value for bar graph?

TeeChart for ActiveX, COM and ASP
Post Reply
Seth
Newbie
Newbie
Posts: 25
Joined: Mon Aug 02, 2004 4:00 am

Hello! How to set transparent value for bar graph?

Post by Seth » Fri Oct 29, 2004 1:46 am

Hello,
I am using version 6.
I know how to set transparent value for area-type graph, but it seems that there's no option for setting the transparent value for bar graph on the dialog.
I've already searched through the APIs to see if there's any method for this, but I couldn't find any.
Please tell me if there's any way to accomplish this.
Thanks.

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

Post by Pep » Fri Oct 29, 2004 10:07 am

Hi,

you cannot set a transparency value. The only you can do is make the Bar Series transparent using :
tChart1.Series(0).asBar.BarBrush.Style = bsClear

Seth
Newbie
Newbie
Posts: 25
Joined: Mon Aug 02, 2004 4:00 am

Post by Seth » Tue Nov 02, 2004 7:56 am

Hello again.
it's important for us to provide the transparency with the Bar Series.
Q1.Is it possible for you to make a patch or something?
Q2. Is this function provided on V7 of tee-chart?

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

Post by Pep » Tue Nov 02, 2004 11:47 am

Hi,
Q1.Is it possible for you to make a patch or something?
Q2. Is this function provided on V7 of tee-chart?
We cannot make a patch just for this feature. This feature isn't available in the v7. Most likely will be available for the next v8.

Post Reply