Hello,
When constructing a Chart with a legend on top plus check boxes and the series titles are alternating long and short
then its impossible to show hide some series by clicking on the check box because the click point is displaced.
In this case clicking the third check box switches the second series ON/OFF.
Is there a fix for that bug ?
best regards,
X-ray
Problems with Legend Checkboxes
Re: Problems with Legend Checkboxes
Hello,
Note the latest version is v2015.16.
If you are not using the latest version, could you please give it a try?
If you are using the latest version, could you please arrange a simple example project we can run as-is to reproduce the problem here?
Thanks in advance.
Note the latest version is v2015.16.
If you are not using the latest version, could you please give it a try?
If you are using the latest version, could you please arrange a simple example project we can run as-is to reproduce the problem here?
Thanks in advance.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Problems with Legend Checkboxes
Hello Yeray,
I am using the latest TChart version v2015.16. on Delphi 10 (Seattle).
What I did was just putting a TChart on a form and adding 3 Series.
Then you set the series to show on top and you change the series settings to display Check boxes.
Then enter the series title texts you see on my screen shot and you should be able to reproduce this problem.
I think it's the combination of long and short texts.
best regards,
X-ray
I am using the latest TChart version v2015.16. on Delphi 10 (Seattle).
What I did was just putting a TChart on a form and adding 3 Series.
Then you set the series to show on top and you change the series settings to display Check boxes.
Then enter the series title texts you see on my screen shot and you should be able to reproduce this problem.
I think it's the combination of long and short texts.
best regards,
X-ray
Re: Problems with Legend Checkboxes
Hello,
Adding this to make sure I'm on TeeChart v2015.16 I still can't reproduce the problem here. Could you please check it also?
Adding this to make sure I'm on TeeChart v2015.16 I still can't reproduce the problem here. Could you please check it also?
Code: Select all
uses TeeConst;
procedure TForm1.FormCreate(Sender: TObject);
begin
Caption:=TeeMsg_Version;
end;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Problems with Legend Checkboxes
Hello Yeray,
please see attached project:
Please try to click the checkbox of the third series.
best regards,
X-ray
please see attached project:
Please try to click the checkbox of the third series.
best regards,
X-ray
Re: Problems with Legend Checkboxes
Hello,
Having combined series title lengths I could reproduce the problem so I've added it to the public tracker:
http://bugs.teechart.net/show_bug.cgi?id=1430
Feel free to add your mail to the CC list to be automatically notified when an update arrives.
Having combined series title lengths I could reproduce the problem so I've added it to the public tracker:
http://bugs.teechart.net/show_bug.cgi?id=1430
Feel free to add your mail to the CC list to be automatically notified when an update arrives.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |