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
Pie - Pyramid
Re: Pie - Pyramid
Hello,
This is what I see:
Have you observed this was different in a previous version?
Have you observed this was different in a previous version?
This is what I see:
I see the order of the points is inverted on the legend but kept at the Data editor.info wrote:When we change the chart style from pie to pyramid, the data order is inverted
Have you observed this was different in a previous version?
I see only one mark is drawn correctly for the pyramid series.info wrote:labels don´t appear on each level of the pyramid. Could you explain us how to solve it?
Have you observed this was different in a previous version?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Pie - Pyramid
Hello, we are migrating from ChartFX to TeeChart.
Re: Pie - Pyramid
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:
Here it is how it looks with the fix for id=1357 and the legend inverted:
Let me also attach the test project I used for future reference:
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;
Let me also attach the test project I used for future reference:
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |