Page 1 of 1

trnasparency doesn't work with export?

Posted: Fri Apr 13, 2007 7:27 am
by 8571714
Hello,

i have problem with transparecny property.
I have 3 series. 2 of them are lineseries and one is barseries with transparency.
When i make export to pdf, barseries looks like without trnasparency so barseries cover rest of series.
Does it work, do i make something wrong or what?

thanks in advance ;)

Posted: Fri Apr 13, 2007 8:48 am
by yeray
Hi guzial,

Yes, this is a known limitation. Existing PDF export filter does not support transparency (missing pdf implementation). We have this on our wish list for next major TeeChart release. In the meantime the workaround is to disable (set it to 0) the transparency.

Posted: Fri Apr 13, 2007 8:58 am
by 8571714
so how can i send barSeries to back on chart (now barSeries covers rest of series) ? when in design mode we can click on chart and then we can set properties. In Chart -> series we can change order of series but i can't use it because in my code i reffer to series by chart property chart1.series[x] and when i change order it destroys everthing what i have done. Any solution to send barseries to back??

thanks in advance

Posted: Fri Apr 13, 2007 10:07 am
by yeray
Hi guzial,

you can try doing something like this:

Code: Select all

Chart1.ExchangeSeries(Series1,Series2);

Posted: Fri Apr 13, 2007 10:18 am
by 8571714
the same effect :|

Posted: Fri Apr 13, 2007 10:40 am
by yeray
Hi guzial,

Then, could you please send us a simple example project we can run "as-is" to reproduce the problem here? You can post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page

Thanx in advance