I just recently upgraded to TeeChart VCL Pro v2015.16 from 2012. I noticed several things changed in the appearance of my charts. One problem is with the gradient balance. It no longer has any effect. I replicated this problem with the TeeChart demo program. Using the Radial Gradient demo un 3D Canvas, the gradient balance under options has no effect if GDI+ is enabled. Disabling GDI+ allows the balance to work.
I have not enabled GDI+ in my code, but it appears to be enabled by default. How can I disable GDI+ for my chart when I am not using any GDI+ components?
I also have a side question. It doesn't seem possible to have the demo display the C++ code. When I try to configure the demo to point to Examples\Features_Builder2017, it doesn't show the code. Can I get the demo to show the C++ source code or do I just have to manually look at the directory to find the source code?
Thanks,
Scott
Gradient Balance and GDI+
Re: Gradient Balance and GDI+
Hi Scott,
Note TeeChart 2013.09 moved the default Canvas from GDI to GDIPlus. Take a look at the options you have to change from GDIPlus to GDI here.s_milli wrote:I just recently upgraded to TeeChart VCL Pro v2015.16 from 2012. I noticed several things changed in the appearance of my charts. One problem is with the gradient balance. It no longer has any effect. I replicated this problem with the TeeChart demo program. Using the Radial Gradient demo un 3D Canvas, the gradient balance under options has no effect if GDI+ is enabled. Disabling GDI+ allows the balance to work.
I have not enabled GDI+ in my code, but it appears to be enabled by default. How can I disable GDI+ for my chart when I am not using any GDI+ components?
I'm afraid C++ Builder demos are not up to date; only Delphi demos have been updated. If you have problems converting any Delphi example into C++ Builder please let us know and we will try to assist you.s_milli wrote:I also have a side question. It doesn't seem possible to have the demo display the C++ code. When I try to configure the demo to point to Examples\Features_Builder2017, it doesn't show the code. Can I get the demo to show the C++ source code or do I just have to manually look at the directory to find the source code?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Gradient Balance and GDI+
Hi Yeray,
Thanks for the quick response. I didn't even think to look under the 3D tab since I am not using any 3D features (probably the only place I didn't look). I do like the higher quality that GDI+ provides, but I don't want to give up the look I have created under GDI. Shouldn't the gradient balance work under GDI+?
Thanks,
Scott
Thanks for the quick response. I didn't even think to look under the 3D tab since I am not using any 3D features (probably the only place I didn't look). I do like the higher quality that GDI+ provides, but I don't want to give up the look I have created under GDI. Shouldn't the gradient balance work under GDI+?
Thanks,
Scott
Re: Gradient Balance and GDI+
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |