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
trnasparency doesn't work with export?
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.
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.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
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
thanks in advance
Hi guzial,
you can try doing something like this:
you can try doing something like this:
Code: Select all
Chart1.ExchangeSeries(Series1,Series2);
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
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
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
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |