Hi, i am currently migrating projects from Delphi 2009 / TeeChart VCL 8 to Delphi 10.1 Berlin / TeeChart VCL 2017 (OS Seven 64bit).
I have noticed "changes" on series band tool, i use them with multiple TLineSeries and a common one as baseline:
- Some of them (seems the first 2) are correctly drawn but the others are not painted until i do, for instance, a zoom and unzoom (already tried to add a chart.Repaint after series filling with no success).
- the second issue, by unchecking on the legend serie checkbox, the serie band remain visible (on TeeChart VCL 8 it is synchronized, both serie and its band are visible or not driven by legend click)
I have attached a project showing these issues.
Could you please help.
Regards
Thomas
TSeriesBandTool issues VCL 2017
TSeriesBandTool issues VCL 2017
- Attachments
-
- SeriesBandTest.zip
- Series band test program
- (7.33 KiB) Downloaded 595 times
Re: TSeriesBandTool issues VCL 2017
Hello Thomas,
http://bugs.teechart.net/show_bug.cgi?id=1838
http://bugs.teechart.net/show_bug.cgi?id=1836
I've also fixed it for the next maintenance release.
I see calling Draw twice corrects the problem. I've added it to the public tracker here:Thomas wrote: - Some of them (seems the first 2) are correctly drawn but the others are not painted until i do, for instance, a zoom and unzoom (already tried to add a chart.Repaint after series filling with no success).
http://bugs.teechart.net/show_bug.cgi?id=1838
With v8.08 I get a band still drawn, even if all the series are disabled: I could reproduce and identify the problem here:Thomas wrote: - the second issue, by unchecking on the legend serie checkbox, the serie band remain visible (on TeeChart VCL 8 it is synchronized, both serie and its band are visible or not driven by legend click)
http://bugs.teechart.net/show_bug.cgi?id=1836
I've also fixed it for the next maintenance release.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TSeriesBandTool issues VCL 2017
Hello Yeray,
calling Draw twice works perfect, thanks.
Do you have a planned date for the release of the next version?
Kind regards
Thomas
calling Draw twice works perfect, thanks.
Do you have a planned date for the release of the next version?
Kind regards
Thomas
Re: TSeriesBandTool issues VCL 2017
Hello Thomas,
We don't work with closed deadlines, but we try to publish new TeeChart VCL/FMX releases quarterly; and we just published v2017.21 so the next one should be around July
We don't work with closed deadlines, but we try to publish new TeeChart VCL/FMX releases quarterly; and we just published v2017.21 so the next one should be around July
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |