Hey,
Whenever the pie chart is small and the labels are long there are overlapping in the pie chart texts.
Is there a way to know when labels overlap one another so those can be trimmed?
The pie chart area cannot be enlarged.
Thanks in advance
Elad
Overlapping Labels in Pie Charts
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Overlapping Labels in Pie Charts
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Overlapping Labels in Pie Charts
Hey Narcís
I have added the method to be called after OnChartAfterDraw and after Resize.
However there are still some problems there, the Chart.Refresh() makes the chart generation take a lot of time, and if I remove it the first draw is not perfect, the resize causes a lot of trouble (in any case).
Does making sure that the pie marks will not overlap each other, something you're planning on solving on later release?
Thanks
Elad
I have added the method to be called after OnChartAfterDraw and after Resize.
However there are still some problems there, the Chart.Refresh() makes the chart generation take a lot of time, and if I remove it the first draw is not perfect, the resize causes a lot of trouble (in any case).
Does making sure that the pie marks will not overlap each other, something you're planning on solving on later release?
Thanks
Elad
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Overlapping Labels in Pie Charts
Hi Elad,
Can you please attach a simple example project we can run "as-is" to reproduce the problem here and let us know the exact version you are using?I have added the method to be called after OnChartAfterDraw and after Resize.
However there are still some problems there, the Chart.Refresh() makes the chart generation take a lot of time, and if I remove it the first draw is not perfect, the resize causes a lot of trouble (in any case).
This is on the wish-list to be enhanced for future releases.Does making sure that the pie marks will not overlap each other, something you're planning on solving on later release?
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Overlapping Labels in Pie Charts
Hey Narcís
Sorry for the late reply.
I'm using version 3.5.3425.20244
The code I used is the one used in this link: http://www.teechart.net/support/viewtop ... 60&start=0
The problem is the tChart1.Refresh(); found in every loop runs ~(i*j) times
Thanks
Elad
Sorry for the late reply.
I'm using version 3.5.3425.20244
The code I used is the one used in this link: http://www.teechart.net/support/viewtop ... 60&start=0
The problem is the tChart1.Refresh(); found in every loop runs ~(i*j) times
Thanks
Elad
Re: Overlapping Labels in Pie Charts
Hi Elad,
As Narcis said, we'll try to improve it for future releases.
In the meanwhile I can't think on a workaround more efficient than that one. You can try if calling Refresh after the loop works at your end but I'm not sure if it would work on all the cases.
As Narcis said, we'll try to improve it for future releases.
In the meanwhile I can't think on a workaround more efficient than that one. You can try if calling Refresh after the loop works at your end but I'm not sure if it would work on all the cases.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Overlapping Labels in Pie Charts
Hi Yerai,
We'll wait for the new release
Thanks
Elad
We'll wait for the new release
Thanks
Elad