I recently upgraded TeeChart .NET from an older version (4.2018.10.1) to the latest release (4.2022.10.11). Everything seems to be working as expected so far with the exception of the zoom rectangle, which is now filled with a solid color rather than being transparent. How can I return this to the previous behavior with a transparent rectangle?
Visual Studio 2022 on a Windows 11 machine.
Zoom Rectangle Solid
Re: Zoom Rectangle Solid
I did a little more digging and it appears I need to explicitly set .Zoom.Brush.Transparency to something greater than 0 (which seems to be the default) to achieve the previous behavior.
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Zoom Rectangle Solid
Yes, this is a difference between the .NET Framework 4.0 and .NET 6.0 versions, apologies for the time you had to spend here to revert behaviour to the former. We will review this difference.
Best Regards,
Christopher Ireland / 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 |