Hi,
I bought the TeeChart pro version for delphi 7. When I want to animate a pie chart with label and percent values showing each portion are erroneous. The same applies to bar series, however if the sample values show well. See the attachment!
I would also like to know the version I sign says "TRIAL" if I have com meadow (TeeChart Pro v2015.14.150120 trial)?
And every time when modify a chart show error message "property detail not found"
Thanks in advance.
Animations with label and percent error
Animations with label and percent error
- Attachments
-
- Sin título.png (22.06 KiB) Viewed 7479 times
Re: Animations with label and percent error
Hello,
I've tried to reproduce the problem with this code but it seems to give me a correct percentage in the legend:
Thanks in advance.
I've tried to reproduce the problem with this code but it seems to give me a correct percentage in the legend:
Code: Select all
uses Series, TeeDonut;
procedure TForm1.FormCreate(Sender: TObject);
begin
with Chart1.AddSeries(TDonutSeries) as TDonutSeries do
begin
AddPie(2185.85, 'Promotores');
AddPie(1236.47, 'Pasivos');
AddPie(662.83, 'Detractores');
end;
Chart1.Legend.TextStyle:=ltsRightPercent;
end;
If you mean in the aboutbox, this is a known issue we corrected in further releases.jars wrote:I would also like to know the version I sign says "TRIAL" if I have com meadow (TeeChart Pro v2015.14.150120 trial)?
Could you please arrange a simple example project we can run as-is to reproduce the problem here?jars wrote:And every time when modify a chart show error message "property detail not found"
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: Animations with label and percent error
Hi Yeray.
In the ErrorExample.zip attachment is the example that show after play animate button, labels percent always show 100%
In the ErrorImages.zip attachment are printscreens with the errors that was commented.
Thanks in advance.
Jorge
In the ErrorExample.zip attachment is the example that show after play animate button, labels percent always show 100%
In the ErrorImages.zip attachment are printscreens with the errors that was commented.
Thanks in advance.
Jorge
- Attachments
-
- ErrorImages.zip
- Images that show errors
- (158.38 KiB) Downloaded 479 times
-
- ErrorExamplet.zip
- Sample project
- (505.16 KiB) Downloaded 504 times
Re: Animations with label and percent error
Hello,
Thanks to your test application I could reproduce the problem with TeeChart v2015.14. I could also reproduce the problem with v2015.15.
However, it seems to work fine from 2015.16 and up. So I'd suggest you to update to the latest version available, v2016.18.
Thanks to your test application I could reproduce the problem with TeeChart v2015.14. I could also reproduce the problem with v2015.15.
However, it seems to work fine from 2015.16 and up. So I'd suggest you to update to the latest version available, v2016.18.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Animations with label and percent error
Hi Yeray,
This version 2016.18 is valid for Delphi 7? It not appears as option?
This version 2016.18 is valid for Delphi 7? It not appears as option?
Re: Animations with label and percent error
Hello,
From the v2016.18 TeeChart supports Delphi 7 only in the source code version. You'll find it in the "legacy" group.
From the v2016.18 TeeChart supports Delphi 7 only in the source code version. You'll find it in the "legacy" group.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |