Pie - Pyramid

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
info
Newbie
Newbie
Posts: 6
Joined: Fri Oct 09, 2015 12:00 am

Pie - Pyramid

Post by info » Fri Oct 23, 2015 7:57 pm

Hi,

We are using Teechart Pro V2015 and Delphi XE6.When we change the chart style from pie to pyramid, the data order is inverted and labels don´t appear on each level of the pyramid. Could you explain us how to solve it?


Thank you

Yeray
Site Admin
Site Admin
Posts: 9533
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Pie - Pyramid

Post by Yeray » Tue Oct 27, 2015 1:46 pm

Hello,

This is what I see:
pie.png
pie.png (27.03 KiB) Viewed 7539 times
pyramid.png
pyramid.png (24.08 KiB) Viewed 7537 times
info wrote:When we change the chart style from pie to pyramid, the data order is inverted
I see the order of the points is inverted on the legend but kept at the Data editor.
Have you observed this was different in a previous version?
info wrote:labels don´t appear on each level of the pyramid. Could you explain us how to solve it?
I see only one mark is drawn correctly for the pyramid series.
Have you observed this was different in a previous version?
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

info
Newbie
Newbie
Posts: 6
Joined: Fri Oct 09, 2015 12:00 am

Re: Pie - Pyramid

Post by info » Tue Oct 27, 2015 6:18 pm

Hello, we are migrating from ChartFX to TeeChart.

Pie1.png
ChartFX PIE
Pie1.png (18.01 KiB) Viewed 7531 times

Pyramid1.png
ChartFX Pyramid
Pyramid1.png (13.31 KiB) Viewed 7521 times

Yeray
Site Admin
Site Admin
Posts: 9533
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Pie - Pyramid

Post by Yeray » Wed Oct 28, 2015 12:12 pm

Hello,

I see the X position of the marks isn't correctly calculated.
I've added it to the public tracker and already found a fix for it so the next maintenance release will include it:
http://bugs.teechart.net/show_bug.cgi?id=1357

Regarding the legend, you can always manually invert it:

Code: Select all

Chart1.Legend.Inverted:=true;
Here it is how it looks with the fix for id=1357 and the legend inverted:
Pyramid.png
Pyramid.png (21.81 KiB) Viewed 7503 times
Let me also attach the test project I used for future reference:
testPieToPyramid.zip
(1.62 KiB) Downloaded 468 times
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

info
Newbie
Newbie
Posts: 6
Joined: Fri Oct 09, 2015 12:00 am

Re: Pie - Pyramid

Post by info » Wed Oct 28, 2015 3:43 pm

Thank you!!

Post Reply