Is it possible to set the transparency of an entire colorgrid series so that I can overlay 2 grids?
I need to retain the ability to zoom.
At present, I'm simulating this effect by using transparent polygons for the overlaying grid, but my new project doesn't allow this approach.
overlaying colorgrid series
-
- Advanced
- Posts: 103
- Joined: Tue Mar 02, 2004 5:00 am
- Location: Bad Wurzach
- Contact:
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Bob,
Yes, you can try setting transparent's grid color to clNone.
Yes, you can try setting transparent's grid color to clNone.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Advanced
- Posts: 103
- Joined: Tue Mar 02, 2004 5:00 am
- Location: Bad Wurzach
- Contact:
Hi Bob,
in that case you can make the series on top transparent using :
Series2.UsePalette := false;
Series2.Color := clnone;
in that case you can make the series on top transparent using :
Series2.UsePalette := false;
Series2.Color := clnone;
Pep Jorge
http://support.steema.com
http://support.steema.com
-
- Advanced
- Posts: 103
- Joined: Tue Mar 02, 2004 5:00 am
- Location: Bad Wurzach
- Contact:
Hi,
in that case, this feature is not yet available, however I've added it on our wish list to be considered for the next releases.
in that case, this feature is not yet available, however I've added it on our wish list to be considered for the next releases.
Pep Jorge
http://support.steema.com
http://support.steema.com