We are using TeeChart Pro v2013/14.
Everything is ok:
Changing the last slice value:
Changing rotation fixes 3d effect:
Changing the first pie value to 0 will also remove the 3d effect.
Best regards,
PIE Chart 3d bug - depending on rotation and values
Re: PIE Chart 3d bug - depending on rotation and values
Hello Patrik,
I've reproduced this problem with the following code and TeeChart v2014.10.
However, the same code above seems to work fine for me here with the actual sources and also with v2014.11 SourceCode Beta, so I'd expect this to be fixed with the next maintenance release. This is what I get with them:
I've reproduced this problem with the following code and TeeChart v2014.10.
Code: Select all
uses Series;
procedure TForm1.FormCreate(Sender: TObject);
begin
with Chart1.AddSeries(TPieSeries) do
begin
Add(174000, 'Svenska Aktier');
Add(1409238, 'Default');
Add(1600000, 'Kassa');
Marks.Visible:=false;
end;
end;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: PIE Chart 3d bug - depending on rotation and values
Excellent,
Do you have a fix I could access to now and change in our source code? This issue is stopping our ability to release with the latest TeeChart.
Best regards
Do you have a fix I could access to now and change in our source code? This issue is stopping our ability to release with the latest TeeChart.
Best regards
Re: PIE Chart 3d bug - depending on rotation and values
Hi Patrik,
Being a SourceCode customer gives you access to the SourceCode v2014.11 Beta installer from the client access page. However, I'm afraid this Beta hasn't been tested for all the IDEs.
Being a SourceCode customer gives you access to the SourceCode v2014.11 Beta installer from the client access page. However, I'm afraid this Beta hasn't been tested for all the IDEs.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: PIE Chart 3d bug - depending on rotation and values
I can confirm both issues are solved in the beta.
Best regards,
Best regards,