Hello
I upgraded from TeeChart Pro V8.06 to TeeChart Pro 2016 recently and encountered an issue below.
I use TDrawLineTool to draw lines on a Chart. With version 8.06, if you move the chart by dragging the right mouse, lines outside the ChartRect area are not displayed. However, in version 2016, it displays the lines outside the ChartRect area; which generated a few problems for our projects (using TeeChart). I have confirmed this difference by comparing the Draw Lines Style examples for both V8 and 2016 in your What's New demo software.
Could anyone please let me know if there is a way to disable the line displays when they are outside the ChartRect area (as per V8.06)?
Thanks in advance.
TDrawLineTool disable line display outside ChartRect
Re: TDrawLineTool disable line display outside ChartRect
Hello,
I could reproduce the problem: You can change from GDIPlus to GDI (as in v8): Or you can activate "Full Repaint" property for the Draw Line Tool:
I could reproduce the problem: You can change from GDIPlus to GDI (as in v8): Or you can activate "Full Repaint" property for the Draw Line Tool:
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TDrawLineTool disable line display outside ChartRect
Hi, Yeray
Thanks for the prompt reply.
As my project is in the final stage, I need to make sure that enabling “Full Repaint” doesn’t introduce any other unexpected effects (apart from the colour scheme). I tried to search the user guide but can’t find any description on “Full Repaint”. Could you please help me to understand the “Full Repaint” feature?
Many thanks for your help.
Thanks for the prompt reply.
In the example, there is an option (checkbox) to disable GDI+, but I can’t find anywhere to disable GDI+ in my project.You can change from GDIPlus to GDI (as in v8)
“Full Repaint” does the trick but once it is enabled the line colour scheme seems to have changed in that it is in one solid colour and changing transparency doesn’t seem to make any difference. When “Full Repaint” is disabled the line colour is variable depending on the background colour which is a good feature for our application.Or you can activate "Full Repaint" property for the Draw Line Tool
As my project is in the final stage, I need to make sure that enabling “Full Repaint” doesn’t introduce any other unexpected effects (apart from the colour scheme). I tried to search the user guide but can’t find any description on “Full Repaint”. Could you please help me to understand the “Full Repaint” feature?
Many thanks for your help.
Re: TDrawLineTool disable line display outside ChartRect
Hello,
Take a look at the options you have to change from GDIPlus to GDI here.Leigh wrote: In the example, there is an option (checkbox) to disable GDI+, but I can’t find anywhere to disable GDI+ in my project.
When FullRepaint is set to true, the whole chart is repainted every time you drag the line. When FullRepaint is set to false, as per default, the line is XORed.Leigh wrote: As my project is in the final stage, I need to make sure that enabling “Full Repaint” doesn’t introduce any other unexpected effects (apart from the colour scheme). I tried to search the user guide but can’t find any description on “Full Repaint”. Could you please help me to understand the “Full Repaint” feature?
Many thanks for your help.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |